@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@600;700&family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;1,400&family=IBM+Plex+Mono:wght@400;500&display=swap');

:root {
  --hud-primary: #e63939;
  --hud-primary-soft: rgba(230, 57, 57, 0.22);
  --hud-primary-glow: rgba(230, 57, 57, 0.45);
  --hud-bg: #0a0a0c;
  --hud-bg-elevated: #0f0f12;
  --hud-panel: #111116;
  --hud-panel-border: rgba(255, 255, 255, 0.08);
  --hud-line-hot: rgba(230, 57, 57, 0.35);
  --hud-text: #f2f2f5;
  --hud-muted: #9a9aa5;
  --hud-muted-2: #5c5c66;
  --hud-success: #2ec4b6;
  --hud-warn: #fbbf24;
  --hud-err: #ff4d4d;
  --hud-amber: #fbbf24;
  --hud-max: 1200px;
  --hud-nav-h: 64px;
  --hud-radius: 6px;
  --hud-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --font-display: 'Rajdhani', system-ui, sans-serif;
  --font-body: 'IBM Plex Sans', system-ui, sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, monospace;
}