:root {
  --on-tertiary-fixed: #042014;
  --on-secondary-fixed-variant: #12512c;
  --surface-container-lowest: #ffffff;
  --surface-variant: #dae2fd;
  --tertiary-fixed: #caead6;
  --tertiary-container: #5e7b6a;
  --on-surface: #131b2e;
  --outline: #6e7b6c;
  --secondary: #2e6a41;
  --surface-container: #eaedff;
  --on-primary-fixed: #002109;
  --on-tertiary-container: #f6fff6;
  --on-primary-container: #f7fff2;
  --tertiary: #466252;
  --on-background: #131b2e;
  --surface-container-low: #f2f3ff;
  --primary-fixed-dim: #62df7d;
  --on-surface-variant: #3e4a3d;
  --secondary-container: #b1f2be;
  --surface-container-high: #e2e7ff;
  --tertiary-fixed-dim: #afceba;
  --secondary-fixed-dim: #96d5a3;
  --secondary-fixed: #b1f2be;
  --primary-fixed: #7ffc97;
  --surface-tint: #006e2d;
  --inverse-surface: #283044;
  --outline-variant: #bdcaba;
  --error: #ba1a1a;
  --on-secondary: #ffffff;
  --surface-dim: #d2d9f4;
  --on-error-container: #93000a;
  --surface-bright: #faf8ff;
  --on-primary-fixed-variant: #005320;
  --inverse-on-surface: #eef0ff;
  --surface-container-highest: #dae2fd;
  --on-tertiary: #ffffff;
  --primary: #006b2c;
  --background: #faf8ff;
  --inverse-primary: #62df7d;
  --on-error: #ffffff;
  --on-secondary-container: #347047;
  --primary-container: #00873a;
  --surface: #faf8ff;
  --on-primary: #ffffff;
  --on-secondary-fixed: #00210d;
  --error-container: #ffdad6;
  --on-tertiary-fixed-variant: #314d3e;

  --radius: 8px;
  --radius-lg: 12px;
  --container-max: 1280px;
  --margin-desktop: 32px;
  --margin-mobile: 16px;
  --shadow-card: 0 4px 20px rgba(0, 32, 104, 0.05);
  --shadow-active: 0 4px 20px rgba(46, 106, 65, 0.1);
}
