/* ─────────────────────────────────────────────────────────────
   marca.css — Tipografía institucional Ingepro S.A.

   Brandbook Ingepro v2.0:
     Orpheus Pro Condensed  → títulos
     Aktiv Grotesk          → cuerpo de texto

   Los archivos de fuente van en public/fonts/. Mientras no estén,
   el navegador cae en la pila alternativa y el sistema se ve bien
   igual; solo cambia la tipografía.
   ───────────────────────────────────────────────────────────── */

/* ── Cuerpo: Aktiv Grotesk ─────────────────────────────── */

@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('../fonts/AktivGrotesk-Regular.woff2') format('woff2'),
         url('../fonts/AktivGrotesk-Regular.woff')  format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('../fonts/AktivGrotesk-Medium.woff2') format('woff2'),
         url('../fonts/AktivGrotesk-Medium.woff')  format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('../fonts/AktivGrotesk-Bold.woff2') format('woff2'),
         url('../fonts/AktivGrotesk-Bold.woff')  format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ── Títulos: Orpheus Pro Condensed ────────────────────── */

@font-face {
    font-family: 'Orpheus Pro Condensed';
    src: url('../fonts/OrpheusProCondensed-Regular.woff2') format('woff2'),
         url('../fonts/OrpheusProCondensed-Regular.woff')  format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Orpheus Pro Condensed';
    src: url('../fonts/OrpheusProCondensed-Bold.woff2') format('woff2'),
         url('../fonts/OrpheusProCondensed-Bold.woff')  format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
