/*
 * ZA Corp v14 design tokens
 * Sourced verbatim from /DATA/Documents/Projects/websites/za-corp-site-v14-20260429-095452/index.html
 * Edit ONLY the values here — never hardcode hex codes in overrides.css.
 */

:root {
  /* Backgrounds — deep navy / space */
  --bg:       #070a1c;
  --bg-2:     #0a0e28;
  --bg-3:     #0d1335;
  --bg-deep:  #050716;

  /* Glass surfaces */
  --glass:    rgba(255, 255, 255, 0.045);
  --glass-2:  rgba(255, 255, 255, 0.075);
  --glass-b:  rgba(255, 255, 255, 0.14);
  --glass-b2: rgba(255, 255, 255, 0.22);
  --glass-hi: rgba(255, 255, 255, 0.18);

  /* Foreground / text */
  --ink:     #eef1fb;
  --ink-2:   #c4c9e0;
  --muted:   #8a92b8;
  --muted-2: #6b7196;

  /* Accent — sky blue */
  --accent:      #6ec6ff;
  --accent-2:    #7ad0ff;
  --accent-3:    #a7dcff;
  --accent-soft: rgba(110, 198, 255, 0.18);
  --accent-glow: rgba(110, 198, 255, 0.55);

  /* Status */
  --bad:  #ff7a8a;
  --good: #57e8a8;

  /* Layout */
  --max:  1200px;
  --r-sm: 10px;
  --r:    18px;
  --r-lg: 28px;
  --blur: 18px;

  /* Typography */
  --font-sans: 'Geist', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-display: 'Geist', system-ui, sans-serif;

  /* Motion */
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}
