/* Diales · Сигнал — Fonts
   Brand typefaces are Space Grotesk (display + wordmark + numerals)
   and Inter (body, UI, tables). Both are the real brand fonts,
   available on Google Fonts. Loaded via @import so consumers get
   them with a single styles.css link. */

/* fonts self-hosted → fonts/self.css */
:root {
  --font-display: 'Space Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
  /* Mono / numeric figures reuse the display face — its tabular numerals
     carry the "87/100" tech character of the brand. */
  --font-mono: 'Space Grotesk', ui-monospace, 'SF Mono', monospace;
}
