/* =============================================================
   @font-face — self-hosted, web-optimised woff2 (variable where
   available). All fonts are SIL OFL 1.1; see fonts/OFL-*.txt.
   Every family carries full Turkish glyph coverage
   (İ ı Ş ş Ğ ğ Ç ç Ö ö Ü ü), which is why they were chosen.
   ============================================================= */

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('../fonts/CormorantGaramond-VF.woff2') format('woff2-variations');
  font-weight: 300 700; font-style: normal; font-display: swap;
}

@font-face {
  font-family: 'EB Garamond';
  src: url('../fonts/EBGaramond-VF.woff2') format('woff2-variations');
  font-weight: 400 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'EB Garamond';
  src: url('../fonts/EBGaramond-Italic-VF.woff2') format('woff2-variations');
  font-weight: 400 800; font-style: italic; font-display: swap;
}

@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-VF.woff2') format('woff2-variations');
  font-weight: 400 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Italic-VF.woff2') format('woff2-variations');
  font-weight: 400 700; font-style: italic; font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}

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