/* DanielLab tenant theme — overrides CATO brand tokens on top of cato.css.
   White-label: each academy gets one of these (or a tokens block driven by
   config). Swap --cato-brand* and the brand wordmark to rebrand; everything
   else (neutrals, components, layout) stays identical. */
:root {
  --cato-brand:      #c8102e;   /* DanielLab crimson */
  --cato-brand-dark: #a30d25;
  --cato-brand-soft: rgba(200, 16, 46, 0.10);
}
