/* ── Everett (TWK) — @font-face partagés ─────────────────────────────────
   Chargé par toutes les pages via <link rel="stylesheet" href="/fonts.css">
   Chemins relatifs depuis site/ → fonts/ (même niveau que ce fichier).
   Pour modifier la police (chemin, poids, format), éditer ce fichier unique.
   ──────────────────────────────────────────────────────────────────────── */
@font-face {
  font-family: 'Everett';
  src: url('fonts/TWKEverett-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Everett';
  src: url('fonts/TWKEverett-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Everett';
  src: url('fonts/TWKEverett-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Everett';
  src: url('fonts/TWKEverett-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Everett';
  src: url('fonts/TWKEverett-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
