/* ================================
   BRAND TOKENS — PUNCHLINE LANDING
================================ */

:root {
  --brand-primary: #1E3A8A;
  --brand-secondary: #16A34A;
  --brand-accent: #F97316;

  --bg-primary: #ffffff;
  --bg-secondary: #f8fafc;
  --bg-surface: #ffffff;

  --text-primary: #020617;
  --text-secondary: #334155;
  --text-muted: #64748b;

  --border-color: rgba(203,213,225,0.9);
}

body.dark {
  --bg-primary: #020617;
  --bg-secondary: #0f172a;
  --bg-surface: #1e293b;

  --text-primary: #f8fafc;
  --text-secondary: #cbd5e1;
  --text-muted: #94a3b8;

  --border-color: rgba(51,65,85,0.6);
}
