/* Per-site brand color CSS variables — M-65 finalised palettes */

/* TicTacCo — Green system */
.site-tictacco {
  --brand-primary:   #16A34A;  /* Green-600  — primary actions      */
  --brand-deep:      #15803D;  /* Green-700  — hover                */
  --brand-accent:    #22C55E;  /* Green-500  — accent               */
  --brand-secondary: #064E3B;  /* Deep-900   — headers / topbar     */
  --brand-light:     #F0FDF4;  /* Green-50   — page background      */
  --brand-border:    #DCFCE7;  /* Green-100  — borders / soft bg    */
  --brand-topbar-bg:   #F3F4F6;  /* gray-100  — topbar background   */
  --brand-topbar-text: #4B5563;  /* gray-600  — topbar text         */
}

/* GOTA — Orange + Navy system (M-131 official palette) */
.site-gota {
  --brand-primary:   #F97316;  /* Orange-500 — primary actions      */
  --brand-deep:      #EA580C;  /* Orange-600 — hover / active       */
  --brand-accent:    #FB923C;  /* Orange-400 — accent / highlight   */
  --brand-secondary: #0F172A;  /* Navy-900   — footer + topbar bg   */
  --brand-light:     #FFF7ED;  /* Orange-50  — section backgrounds  */
  --brand-border:    #FFEDD5;  /* Orange-100 — soft borders / chips */
  --brand-topbar-bg:   #0F172A;  /* navy-900  — topbar background   */
  --brand-topbar-text: #E2E8F0;  /* slate-200 — topbar text         */
}
