/* Webfonts. All four families are Google Fonts, loaded from the Google CDN
   (no binaries were supplied with the brand kit). Variable axes preserved:
   Archivo wdth 62..125 / wght 400..900 is required for the "Archivo Expanded 800"
   number style. */
@import url("https://fonts.googleapis.com/css2?family=Archivo:wdth,wght@62..125,400..900&family=Geist:wght@400..600&family=Geist+Mono:wght@400..500&family=Instrument+Serif:ital@0;1&display=swap");

:root{
  --font-display:'Archivo',system-ui,sans-serif;
  --font-body:'Geist',system-ui,sans-serif;
  --font-mono:'Geist Mono',ui-monospace,monospace;
  --font-accent:'Instrument Serif',Georgia,serif;
}
