/* Lumen type. The source material for this system is a single static screenshot,
   so no font binaries were available. Figtree (Google Fonts) is the closest match to the
   geometric-humanist sans in the source: tall x-height, circular bowls, double-storey 'a',
   single-storey 'g'. SUBSTITUTION — see readme.md > Fonts. */
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=JetBrains+Mono:wght@400;500&display=swap");

:root {
  --font-sans: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  /* numerals: dashboards align columns of figures */
  --font-feature-tabular: "tnum" 1, "cv01" 1;
}
