/* ==========================================================
   THEME — generated from config/site.config.js (theme.*)
   Edit colors in the config, not here.
   ========================================================== */
:root {
  --brand:        #5c6066;
  --brand-dark:   color-mix(in srgb, #5c6066 78%, #000);
  --brand-darker: color-mix(in srgb, #5c6066 58%, #000);
  --accent:       #b8763a;
  --accent-dark:  color-mix(in srgb, #b8763a 86%, #000);
  --dark:         #202124;
  --dark-deep:    color-mix(in srgb, #202124 72%, #000);
  --hero-glow:    color-mix(in srgb, #5c6066 55%, transparent);
}
