/* ============================================================================
   BIOS — fonts.css
   Self-host des Google Fonts (souveraineté DOCTRINE).
   Fichiers .woff2 dans le même dossier, sous-set latin uniquement.

   Familles utilisées par bios.css V2.3 :
     Outfit (display)       : 300, 400, 500, 600, 800
     Inter (body)           : 400, 500, 600
     JetBrains Mono (mono)  : 400, 500

   Bascule depuis le CDN fonts.googleapis.com effectuée le 2026-05-18.
   ============================================================================ */

/* ============================ Outfit ============================ */

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('./outfit-latin-300-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./outfit-latin-400-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./outfit-latin-500-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./outfit-latin-600-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('./outfit-latin-800-normal.woff2') format('woff2');
}

/* ============================ Inter ============================ */

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./inter-latin-400-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./inter-latin-500-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./inter-latin-600-normal.woff2') format('woff2');
}

/* ============================ JetBrains Mono ============================ */

@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./jetbrains-mono-latin-400-normal.woff2') format('woff2');
}
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./jetbrains-mono-latin-500-normal.woff2') format('woff2');
}
