/*
 * Polices locales de Tissu Ébène.
 * IMPORTANT : si un fichier de police change, incrémenter ?v=1 ici ET dans
 * les liens preload/stylesheet des pages. Les URL doivent rester identiques
 * pour éviter que le navigateur télécharge deux fois la même police.
 */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/assets/fonts/cormorant-garamond-latin-300-700.woff2?v=1') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('/assets/fonts/cormorant-garamond-latin-300-700-italic.woff2?v=1') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/assets/fonts/inter-latin-300-700.woff2?v=1') format('woff2');
}

