/* NEXULIS — Webfonts
 * Loaded via Google Fonts CDN. The design brief calls for a modern geometric
 * sans (Sora) paired with a precise monospace (JetBrains Mono) for telemetry,
 * data labels and eyebrows. Self-host these binaries for production / offline.
 * @import MUST stay at the very top of this file (CSS spec). */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap');

:root {
  /* Families */
  --font-sans: 'Sora', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, 'SF Mono', 'Menlo', monospace;

  /* Display uses the same family at tighter tracking — set on the role tokens */
  --font-display: var(--font-sans);
}
