/* theme.css — per-coach color overrides.
   customize.py regenerates this file from client-config.json's "colors" block.
   Left empty/default here so the template looks like the original until customized. */
:root {
  --navy:    #0D1F3C;
  --navy-md: #1A3A5C;
  --navy-lt: #253F63;
  --red:     #C8102E;
  --red-dk:  #9B0B22;
  --gold:    #E8A020;
}
