/**
 * ALEGATOT — Tipografías de marca
 * Archivo (principal / UI) · Source Serif 4 (display / titulares)
 * Carga de fuentes: includes/partials/head-fonts.php
 */
:root {
    --font-body: 'Archivo', system-ui, sans-serif;
    --font-display: 'Source Serif 4', Georgia, 'Times New Roman', serif;
    --font-head: var(--font-display);
    --head: var(--font-display);
}

body {
    font-family: var(--font-body);
}

h1, h2, h3, h4, h5, h6,
.head-display,
.head-small,
.font-head,
.lp-t,
.dash-t,
.sec-t,
.dtype-name,
.an-t,
.fi-hd,
.wl-title {
    font-family: var(--font-display);
}
