/* ============================================================
   Webfonts — Rotterdam Vakmanstad huisstijl (zelf-gehost)
   ============================================================
   Quicksand → koppen & UI-controls · Yrsa → lopende tekst (serif)
   Oswald → labels/eyebrows (uppercase). Variabele TTF's uit het
   Huisstijlhandboek (alle drie OFL-gelicenseerd), geserveerd door
   onze eigen Express/Pi — geen Google Fonts / CDN meer.
   Elke pagina linkt dit bestand vóór tokens.css.
   ============================================================ */

@font-face {
  font-family: 'Quicksand';
  src: url('assets/fonts/Quicksand-Variable.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Yrsa';
  src: url('assets/fonts/Yrsa-Variable.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Yrsa';
  src: url('assets/fonts/Yrsa-Italic-Variable.ttf') format('truetype');
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  src: url('assets/fonts/Oswald-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
