/* CATO neutral product theme — the default white-label brand on top of cato.css.
   This is what a fresh CATO deploy shows before an academy supplies its own
   theme-<id>.css. Swap --cato-brand* (and window.CATO_ACADEMY) per tenant to
   rebrand; everything else (neutrals, components, layout) stays identical.
   DanielLab's own brand lives in theme-daniellab.css. */
:root {
  --cato-brand:      #4f46e5;   /* CATO indigo — neutral SaaS, distinct from any tenant */
  --cato-brand-dark: #4338ca;
  --cato-brand-soft: rgba(79, 70, 229, 0.10);
}
