/* ── Fuentes del proyecto (self-hosted en /fonts/) ─────────────────────────────
 *
 * Servido como CSS estático desde el origen de Laravel (no pasa por Vite)
 * para que /fonts/... resuelva bien tanto en dev como en producción.
 *
 * Inter → fuente global ($font-family-sans-serif en _variables.scss)
 * Bree  → fuente display para secciones puntuales (token --font-bree)
 */

/* ── Inter ──────────────────────────────────────────────────────────────────── */

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ── Bree ───────────────────────────────────────────────────────────────────── */

@font-face {
    font-family: 'Bree';
    src: url('/fonts/Bree/BreeThin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bree';
    src: url('/fonts/Bree/BreeLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bree';
    src: url('/fonts/Bree/BreeRegular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bree';
    src: url('/fonts/Bree/BreeBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bree';
    src: url('/fonts/Bree/BreeExtrabold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Variantes Oblique → font-style: italic */

@font-face {
    font-family: 'Bree';
    src: url('/fonts/Bree/BreeOblique_Thin.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bree';
    src: url('/fonts/Bree/BreeOblique_Light.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bree';
    src: url('/fonts/Bree/BreeOblique_Reg.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bree';
    src: url('/fonts/Bree/BreeOblique_Bold.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bree';
    src: url('/fonts/Bree/BreeOblique_Extrabold.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
