/* Zelf gehoste lettertypen, latin-subset. Bewust geen Google Fonts op afstand: dat scheelt twee
   externe verbindingen, houdt de CSP dicht en is AVG-schoon. Beide bestanden zijn variabele
   fonts, dus één bestand dekt alle gewichten in de opgegeven reeks.
   Bricolage Grotesque draagt de koppen (karakter), Public Sans de lopende tekst (nuchter en
   goed leesbaar, het huislettertype van de Amerikaanse overheid, en dat soort degelijkheid past
   een keuringsbedrijf). */

@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/fonts/bricolage-grotesque-latin.woff2") format("woff2");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2013-2014, U+2018-201A, U+201C-201E, U+2026, U+20AC;
}

@font-face {
  font-family: "Public Sans";
  src: url("/fonts/public-sans-latin.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2013-2014, U+2018-201A, U+201C-201E, U+2026, U+20AC;
}
