/* ============================================
   THEME — Lando Norris palette & fonts
   ============================================ */

:root {
  /* ---- Backgrounds ---- */
  --bg-dark:    #0a0a0a;
  --bg-light:   #F4F4ED;
  --bg-darker:  #050505;

  /* ---- Accent ---- */
  --accent:      #D2FF00;
  --accent-dim:  rgba(210, 255, 0, 0.3);
  --accent-glow: rgba(210, 255, 0, 0.06);
  --lime-off:    #b2c73a;
  --grey-muted:  #b9bbad;

  /* ---- Text on dark ---- */
  --text-on-dark:       #DDE1D2;
  --text-on-dark-muted: rgba(221, 225, 210, 0.6);

  /* ---- Text on light ---- */
  --text-on-light:       #282C20;
  --text-on-light-muted: rgba(40, 44, 32, 0.7);

  /* ---- Card backgrounds ---- */
  --bg-card-dark: #1a1d16;

  /* ---- Fonts ---- */
  --font-display: 'Mona Sans Variable', 'Inter', system-ui, sans-serif;
  --font-body:    'DM Sans', system-ui, sans-serif;
}
