/* ============================================================
   TIPOGRAFÍA PLATINO MOTORS — CONGELADA (Jazmin; actualizada 17 jul 2026)
   Dos voces: Space Grotesk para TÍTULOS (display, la voz de Nordix —
   elegida en ronda A/B sobre el about) y Manrope para CUERPO.
   Títulos: bold (700) / semibold (600). Cuerpo: regular (400).

   Las clases conservan sus nombres históricos (.palmier, .commissioner,
   .poppinsSemiBold…) porque el markup los usa en todo el sitio — regla:
   no renombrar. .palmier = display, el resto apunta a Manrope.
   ============================================================ */

@font-face {
    font-family: 'Manrope';
    src: url('/fonts/Manrope-Variable.woff2') format('woff2-variations');
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('/fonts/SpaceGrotesk-Variable.woff2') format('woff2-variations');
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

/* ======= Display / títulos (antes Palmier; desde 17 jul: Space Grotesk) ======= */
.palmier {
    font-family: 'Space Grotesk', 'Manrope', sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* ======= Cuerpo (antes Commissioner) ======= */
.commissioner {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* ======= Clases heredadas (antes Baskervville / Poppins) ======= */
.baskervville {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: normal;
}

.baskervvilleItalic {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppinsThin,
.poppinsThinItalic,
.poppinsExtraLight,
.poppinsExtraLightItalic {
    font-family: 'Manrope', sans-serif;
    font-weight: 200;
}

.poppinsLight,
.poppinsLightItalic {
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
}

.poppinsRegular,
.poppinsItalic {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
}

.poppinsMedium,
.poppinsMediumItalic {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
}

.poppinsSemiBold,
.poppinsSemiBoldItalic {
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
}

.poppinsBold,
.poppinsBoldItalic,
.poppinsExtraBold,
.poppinsExtraBoldItalic,
.poppinsBlack,
.poppinsBlackItalic {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}

.poppinsThinItalic,
.poppinsExtraLightItalic,
.poppinsLightItalic,
.poppinsMediumItalic,
.poppinsSemiBoldItalic,
.poppinsBoldItalic,
.poppinsExtraBoldItalic,
.poppinsBlackItalic {
    font-style: italic;
}
