/* Lokaal gehoste fonts, latin-subset uit Google Fonts.
   Work Sans is een variabel font: één bestand dekt gewicht 300-600. */

@font-face {
  font-family: 'Alfa Slab One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('alfa-slab-one.woff2') format('woff2');
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('work-sans.woff2') format('woff2');
}

@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 300 600;
  font-display: swap;
  src: url('work-sans-italic.woff2') format('woff2');
}
