/* Fais Dodo — polices self-hostées (sous-ensembles latin, variables Google Fonts). */

/* Cormorant Garamond — serif éditoriale (titres, citations). Variable : couvre 400–700. */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/cormorant.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/cormorant-italic.woff2') format('woff2');
}

/* Mulish — sans-serif de texte. Variable : couvre 300–700. */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/mulish.woff2') format('woff2');
}
