/* ===== Canelobre — lettertypes, uit het ontwerp zelf =====
   Dezelfde variabele fontbestanden die Claude Design meelevert. Google Fonts
   levert dezelfde families maar met net andere metrieken: tekst wikkelt dan
   op een andere plek en koppen worden een paar pixels hoger. Zelf hosten
   houdt WordPress gelijk aan het ontwerp en scheelt bovendien een verzoek
   naar een externe partij. */

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/cormorant-garamond-italic-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url('fonts/cormorant-garamond-normal-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/lora-italic-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('fonts/lora-normal-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('fonts/oswald-normal-variable.woff2') format('woff2');
}
