/* Self-hosted fonts — geen enkele request naar Google, dus geen cookiebanner nodig.
   De .woff2 bestanden worden eenmalig opgehaald door START SITE.bat.
   Ontbreken ze, dan valt de site netjes terug op de systeemletters. */

/* Display — Archivo. Recht, breed, geen ronde grillen.
   Eén variable bestand dat elk gewicht tussen 100 en 900 kan tekenen. */
@font-face{font-family:"Archivo";src:url("/fonts/archivo.woff2") format("woff2");font-weight:100 900;font-style:normal;font-display:swap}

/* Tech — Chakra Petch. Labels, knoppen, navigatie. */
@font-face{font-family:"Chakra Petch";src:url("/fonts/chakra-600.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Chakra Petch";src:url("/fonts/chakra-700.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}

/* Body — Hind. Leest rustig op lange stukken tekst. */
@font-face{font-family:"Hind";src:url("/fonts/hind-300.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"Hind";src:url("/fonts/hind-400.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Hind";src:url("/fonts/hind-500.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}
