/* ============================================================
   Euphémé – Polices locales
   Fichiers à placer dans le dossier /fonts/
   ============================================================ */

/* Great Vibes – Regular */
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/GreatVibes-Regular.ttf') format('truetype');
}

/* Cinzel – Regular */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Cinzel-Regular.ttf') format('truetype');
}

/* Cinzel – SemiBold */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Cinzel-SemiBold.ttf') format('truetype');
}

/* EB Garamond – Regular */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/EBGaramond-Regular.ttf') format('truetype');
}

/* EB Garamond – Medium */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/EBGaramond-Medium.ttf') format('truetype');
}

/* EB Garamond – Regular Italic */
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/EBGaramond-Italic.ttf') format('truetype');
}
