/* Webfonts. No brand font files were supplied — these are the nearest Google Fonts
   matches to the reference boards (see readme.md → Typography → Substitutions).
   Space Grotesk  → the grotesque display/UI face (LUX, Salamandra, Star Wars boards)
   IBM Plex Mono  → the small technical metadata face (specs, indices, captions) */
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@300;400;500;600&display=swap");

:root {
  --font-display: "Space Grotesk", "Helvetica Neue", Helvetica, sans-serif;
  --font-body: "Space Grotesk", "Helvetica Neue", Helvetica, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;
}
