/* ========================================
   NUDO GUÍA - TIPOGRAFÍA
   Outfit (titulos) + Public Sans (cuerpo)
   Fuentes variables autoalojadas, sin CDN
   ======================================== */

@font-face {
    font-family: 'Outfit';
    src: url('../lib/fonts/Outfit-Variable.woff2') format('woff2');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Public Sans';
    src: url('../lib/fonts/PublicSans-Variable.woff2') format('woff2');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-body: 'Public Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --font-display: 'Outfit', var(--font-body);
}

body {
    font-family: var(--font-body);
    font-variant-numeric: tabular-nums;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--font-display);
    letter-spacing: -0.01em;
}
