:root {
  /* Core palette */
  --deep:    #0e1621;
  --navy:    #132336;
  --steel:   #1e3248;
  --card-bg: #152030;

  /* Accents */
  --accent:         #2196F3;
  --accent-bright:  #42a5f5;
  --accent-glow:    rgba(33,150,243,0.35);
  --accent-subtle:  rgba(33,150,243,0.07);
  --water-light:    #4fc3f7;

  /* Text */
  --white:  #f4f8fc;
  --silver: #c8d8e8;
  --muted:  #6b8aaa;

  /* Emergency */
  --orange:      #ff6d00;
  --orange-light:#ff8f00;
  --orange-glow: rgba(255,109,0,0.30);

  /* Typography */
  --font-display: 'Bebas Neue', sans-serif;
  --font-body:    'Barlow Condensed', sans-serif;
  --font-ui:      'Rajdhani', sans-serif;

  /* Layout */
  --nav-height:   76px;
  --container:    1200px;
  --section-pad:  100px;
  --radius:       14px;
  --radius-sm:    8px;
}
