/* Stand-in fonts.
   Archivo and Instrument Sans stand in for Stack Sans Notch (display) and
   Elza (body) until the Stack Sans Notch licence and the Adobe Fonts kit
   (crd2tul) are confirmed. The sizes in tokens.css are the real ones.

   To swap to the real fonts, replace this file: load the kit and the
   self-hosted face here, and delete the two stand-in names below. */
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600&family=Instrument+Sans:wght@400;500;600&display=swap");

:root {
  --font-display: "Archivo", var(--font-family-display);
  --font-sans: "Instrument Sans", var(--font-family-sans);
}
