/* Truvant Design System Tokens — 2026-04-12 */
:root {
  /* Backgrounds */
  --bg-base: #0d1220;
  --bg-surface: #0f1420;
  --bg-elevated: #151c2b;
  --bg-overlay: #1b2438;

  /* Accent */
  --accent: #3b8ef5;
  --accent-hover: #5aa3ff;
  --accent-muted: rgba(59, 142, 245, 0.12);
  --accent-teal: #2dd4bf;
  --accent-teal-muted: rgba(45, 212, 191, 0.12);

  /* Text */
  --text-primary: #e4e8f0;
  --text-secondary: #8a95b0;
  --text-muted: #6a7894;

  /* Severity */
  --severity-critical: #f4426e;
  --severity-high: #f59e42;
  --severity-medium: #ebd234;
  --severity-low: #2dd4bf;
  --severity-info: #3b8ef5;

  /* Borders */
  --border-default: #1c2840;
  --border-hover: #253550;
  --border-accent: rgba(59, 142, 245, 0.25);

  /* Spacing */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;

  /* Typography */
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', 'SF Mono', 'Fira Code', monospace;

  /* Transitions */
  --transition-default: 150ms ease;

  /* Focus */
  --focus-ring: 0 0 0 2px rgba(59, 142, 245, 0.4);
}
