/* AxonRays webfonts.
   ACTION NEEDED: Calibri and Consolas are Microsoft fonts with no webfont here.
   --font-body stays pointed at Calibri on purpose — upload calibri.woff2 (and
   consolas.woff2) and add @font-face rules below, and every surface picks them up.
   Until then the fallback stack renders: Carlito on machines without Office.
   The brand type voice is Calibri for text and Consolas for metadata — both are
   Microsoft fonts, so they are named FIRST in each stack and used directly wherever
   they are installed (Windows, Office, most client machines). The Google Fonts loaded
   below are the open substitutes for everyone else:
     Calibri  -> Carlito        (metrically identical, glyph-for-glyph substitute)
     Consolas -> Inconsolata    (nearest open humanist mono; not metric compatible)
   Display uses Source Sans 3, a humanist sans in the same family of shapes as Calibri
   but with the full 300-700 weight range Calibri lacks. See readme.md → §6. */
@import url('https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+3:ital,wght@0,300..700;1,300..700&family=Inconsolata:wght@400;500;700&display=swap');
