:root {
  --green-primary:  #0A5C4A;
  --green-dark:     #074035;
  --green-mid:      #0D7A61;
  --green-light:    #E8F5F1;
  --orange-primary: #F7941D;
  --orange-dark:    #E07F0A;
  --orange-light:   #FEF3E2;
  --red-error:      #DC2626;
  --bg-page:        #EDE8DC;
  --bg-card:        #FFFFFF;
  --text-primary:   #1A1A1A;
  --text-secondary: #6B7280;
  --text-muted:     #9CA3AF;
  --border:         #E5E7EB;
  --border-focus:   #0A5C4A;
  --shadow-sm:      0 1px 3px rgba(0,0,0,0.08);
  --shadow-md:      0 4px 16px rgba(0,0,0,0.10);
  --shadow-lg:      0 8px 32px rgba(0,0,0,0.12);
  --shadow-btn:     0 4px 14px rgba(247,148,29,0.35);
  --radius-sm:      8px;
  --radius-md:      12px;
  --radius-lg:      16px;
  --radius-xl:      20px;
  --radius-pill:    9999px;
  --mtn-bg:         #FFCC00;
  --mtn-text:       #1A1A1A;
  --carrier-orange-bg:   #FF6600;
  --carrier-orange-text: #FFFFFF;
  --font-sans: 'Inter', system-ui, -apple-system, sans-serif;
}
