/* ── Modern Template — theme.css ──────────────────────────────────────────────
   A distinct slate + indigo palette to contrast with the Default navy + gold.
   Served at /templates/Modern/theme.css; loaded after the base fallback so
   these :root values win.
   ─────────────────────────────────────────────────────────────────────────── */
:root {
  --wc-navy:            #1e293b;
  --wc-navy2:           #0f172a;
  --wc-accent:          #6366f1;
  --bs-primary:         #1e293b;
  --bs-primary-rgb:     30,41,59;
  --bs-link-color:      #4f46e5;
  --bs-link-hover-color:#3730a3;
}
