/*
 * fonts.css — Polices self-hosted Méfio
 *
 * Fichiers WOFF2 à placer dans /fonts/ avant déploiement.
 * Source recommandée : https://gwfh.mranftl.com/fonts
 *   - Fraunces : variantes 400, 500, 600, 700 + italic 500 (optical size 9..144)
 *   - Hanken Grotesk : variantes 400, 500, 600, 700
 *
 * Noms de fichiers attendus (à renommer si téléchargés ailleurs) :
 *   fraunces-400.woff2
 *   fraunces-500.woff2
 *   fraunces-500-italic.woff2
 *   fraunces-600.woff2
 *   fraunces-700.woff2
 *   hanken-grotesk-400.woff2
 *   hanken-grotesk-500.woff2
 *   hanken-grotesk-600.woff2
 *   hanken-grotesk-700.woff2
 */

/* Fraunces 400 */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/fraunces-400.woff2') format('woff2');
}

/* Fraunces 500 */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/fraunces-500.woff2') format('woff2');
}

/* Fraunces 500 italic */
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/fraunces-500-italic.woff2') format('woff2');
}

/* Fraunces 600 */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/fraunces-600.woff2') format('woff2');
}

/* Fraunces 700 */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/fraunces-700.woff2') format('woff2');
}

/* Hanken Grotesk 400 */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/hanken-grotesk-400.woff2') format('woff2');
}

/* Hanken Grotesk 500 */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/hanken-grotesk-500.woff2') format('woff2');
}

/* Hanken Grotesk 600 */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/hanken-grotesk-600.woff2') format('woff2');
}

/* Hanken Grotesk 700 */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/hanken-grotesk-700.woff2') format('woff2');
}
