/* Lexace shared design tokens — single source of truth for landing, app, estimate.
   Canonical palette = the marketing landing page (gold-on-dark-navy).
   Linked from each frontend AFTER its inline <style> so these values win.
   Bump the ?v= query in each <link> when you change this file (css is cached 30d). */
:root{
  /* brand gold */
  --gold:#c9a84c;
  --gold-bright:#d4af37;
  --gold-light:#f0d478;
  --gold-dim:rgba(201,168,76,0.12);
  --gold-dark:#7a5c00;
  /* surfaces (navy) */
  --bg-primary:#0a0f1c;
  --bg-secondary:#111827;
  --bg-elevated:#1a1f2e;
  --bg-card:#151a28;
  /* borders */
  --border:#1e2536;
  --border-hover:#2a3348;
  /* text */
  --text:#e2e4e9;
  --text-muted:#9ca3af;
  --text-dim:#6b7280;
  /* semantic */
  --red:#ef4444;
  --green:#22c55e;
  --amber:#eab308;
  --orange:#f97316;
  --blue:#3b82f6;
}
