/* GoClub design tokens — extracted verbatim from the GoWifi portal stylesheet.
   Keep in sync across apps; a brand change is a find-and-replace here. */

:root {
  --navy-900: #121E33;
  --navy-800: #1A2A44;
  --navy-700: #243658;
  --magenta-700: #9B1F7C;
  --magenta-600: #B91C92;
  --magenta-500: #D42AA5;
  --magenta-100: #FBE8F4;
  --teal-500:   #2DD4BF;
  --teal-600:   #14B8A6;
  --ink:        #1A2A44;
  --ink-muted:  #5A6B85;
  --line:       #E6E9F0;
  --line-strong:#C9D0DE;
  --bg:         #F5F3F7;
  --bg-card:    #FFFFFF;
  --error:      #DC2626;
  --success:    #059669;
  --radius-lg:  20px;
  --radius-md:  14px;
  --radius-sm:  10px;
  --shadow-card: 0 12px 40px -12px rgba(26, 42, 68, 0.18), 0 2px 6px rgba(26, 42, 68, 0.06);
}
