/* Polices libres embarquées (SIL OFL / MIT), voir public/assets/fonts/LICENSES-FONTS.md.
   --font-text et --font-display sont déclarées dans le :root de chaque thème
   (style_*.css) et pilotent les usages CSS ; ce fichier ne fait que déclarer les
   sources @font-face communes à tous les thèmes. */

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

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Italic-Variable.woff2') format('woff2'),
         url('../fonts/Inter-Italic-Variable.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

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