/* Generated theme — derived from the club's brand colors */
:root{
  --brand-primary: #00a29a;
  --brand-secondary: #0d1e1c;
  --brand-accent: #8dd1e0;
  --primary: #00a29a;
  --primary-hover: #006f6a;
  --primary-active: #004643;
  --primary-soft: #def7f6;
  --primary-tint: rgba(0,162,154,0.08);
  --primary-overlay: rgba(0,162,154,0.32);
  --on-primary: #ffffff;
  --secondary: #0d1e1c;
  --secondary-2: #193a37;
  --secondary-soft: #ebf4f3;
  --on-secondary: #ffffff;
  --accent: #8dd1e0;
  --accent-soft: #c2ebf4;
  --on-accent: #15201e;
  --bg: #f6f9f9;
  --surface: #ffffff;
  --surface-2: #eff6f5;
  --ink: #13201e;
  --muted: #5d6c69;
  --line: #e2e9e9;
  --grad-hero: linear-gradient(95deg,rgba(13,30,28,0.92),rgba(13,30,28,0.5) 60%,rgba(0,162,154,0.38));
  --grad-dark: linear-gradient(135deg,#0d1e1c,#1c423d);
  --grad-accent: linear-gradient(135deg,#7dd5e8,#00a29a);
  --grad-card: linear-gradient(180deg,#ffffff,#f6f9f9);
  --win: #2e9e6b;
  --draw: #c0a02e;
  --loss: #cc4b4b;
  --shadow: 0 10px 30px -12px rgba(13,30,28,0.18);
  --shadow-lg: 0 24px 60px -20px rgba(13,30,28,0.28);
  --radius: 18px;
}

/* Font families per active language are set inline on <html>. */
