/* Type tokens: the only place where font families are named.
   The faces come from companies/ordelvio-capital/fonts/ (SIL OFL 1.1), which the
   build copies to /assets/fonts/ with fonts.css and the licence texts. No font is
   ever requested from another host. system-ui stays only as the last fallback. */
:root {
  --font-sans: "Inter", system-ui;
  --font-mono: "JetBrains Mono", monospace;
  --font-cond: "Barlow Semi Condensed", system-ui;
}
