/* ============================================
   FONTS — auto-hébergées, subsets latin+latin-ext
   Remplace la dépendance Google Fonts
   ============================================ */

/* Fraunces — variable, wght 600-700, opsz 9-144, latin-ext */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url('/fonts/fraunces-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-017E, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193;
}

/* Fraunces — variable, wght 600-700, opsz 9-144, latin */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url('/fonts/fraunces-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Inter — variable, wght 400-600, latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-017E, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193;
}

/* Inter — variable, wght 400-600, latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Commit Mono — 400 Regular */
@font-face {
  font-family: 'Commit Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/CommitMono-400-Regular.woff2') format('woff2');
}

/* Commit Mono — 700 Regular */
@font-face {
  font-family: 'Commit Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/CommitMono-700-Regular.woff2') format('woff2');
}

/* Commit Mono — 400 Italic */
@font-face {
  font-family: 'Commit Mono';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/CommitMono-400-Italic.woff2') format('woff2');
}
