/*
  Lokaal gehoste fonts voor Shuker Fysiotherapie.
  Geen externe CDN's, alles wordt vanuit het thema geladen.
  Fraunces en Manrope zijn variabele fonts: een bestand dekt alle gewichten.
*/

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fraunces-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('manrope-var.woff2') format('woff2');
}
