/* Safeware webfonts.
   SUBSTITUTION NOTICE: the Safeware wordmark and the Glasswall Meteor product UI are set in a
   licensed geometric humanist sans (Museo Sans / Sofia Pro family). No font binaries were supplied,
   so Plus Jakarta Sans is used as the nearest freely-licensable match — same tall x-height,
   geometric bowls, sheared terminals and double-storey `a`. Replace the @import + --font-*
   stacks below when the licensed files arrive. See readme.md > Typography. */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300..800;1,300..800&family=IBM+Plex+Mono:wght@400;500;600&display=swap");

:root{
  --font-core:"Plus Jakarta Sans","Museo Sans","Sofia Pro","Segoe UI",system-ui,-apple-system,sans-serif;
  --font-mono:"IBM Plex Mono",ui-monospace,"SFMono-Regular",Menlo,Consolas,monospace;
  /* Aliases by role */
  --font-display:var(--font-core);
  --font-body:var(--font-core);
  --font-ui:var(--font-core);
  --font-data:var(--font-mono);
}
