/* ==========================================================================
   DECLAER — lettertypen
   Outfit voor koppen, Google Sans voor lopende tekst. Brand Book v1.0.

   Beide zijn variabele fonts: één bestand dekt het hele gewichtsbereik. Dat
   is kleiner dan losse bestanden per gewicht én het voorkomt dat de browser
   een gewicht namaakt dat niet geleverd is.

   Gesubset op Latijn en Latijn-uitgebreid. Google Sans ging daarmee van
   4,6 MB naar 119 kB. Heb je Grieks of Cyrillisch nodig, dan moet de subset
   opnieuw; zie tools/fonts-omzetten.sh.
   ========================================================================== */

/* ---------- Outfit: koppen ---------- */
@font-face{
  font-family:"Outfit";
  src:url("../fonts/outfit-variable.woff2") format("woff2-variations"),
      url("../fonts/outfit-variable.woff2") format("woff2");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}

/* ---------- Google Sans: lopende tekst ---------- */
@font-face{
  font-family:"Google Sans";
  src:url("../fonts/googlesans-variable.woff2") format("woff2-variations"),
      url("../fonts/googlesans-variable.woff2") format("woff2");
  font-weight:400 700;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"Google Sans";
  src:url("../fonts/googlesans-italic-variable.woff2") format("woff2-variations"),
      url("../fonts/googlesans-italic-variable.woff2") format("woff2");
  font-weight:400 700;
  font-style:italic;
  font-display:swap;
}

/* De optische-grootteas van Google Sans staat op 17 tot 18. Laat de browser
   die zelf sturen: dat is precies waar de as voor bedoeld is. */
body{font-optical-sizing:auto;}
