/* ik-marketing.css — shared light-marketing design tokens (canonical palette).
   Consolidates the byte-identical :root previously copy-pasted into index/ssc/free-practice.
   Brand aligned to canonical maroon #8A2432 (Phase G); warm-cream neutrals + bronze gold
   preserved as the deliberate marketing aesthetic. Pages with bespoke token systems
   (demo/test/dark-utility) intentionally keep their own inline :root. */
:root{
  --acc:#8A2432;--acc-dark:#5C1220;--acc-soft:rgba(138,36,50,0.08);
  --acc-border:rgba(138,36,50,0.2);--bg:#ffffff;--bg2:#fafaf8;--bg3:#f3f1ec;
  --bg-dark:#111;--text:#1a1a1a;--text2:#555;--text3:#888;
  --border:#e6e3dc;--border2:#d4d0c7;--gold:#b08d57;--green:#278456;
}
