:root {
  --color-primary: #1B6B4A;
        --color-primary-dark: #145A3C;
        --color-secondary: #2E86AB;
        --color-accent: #C8A951;
        --gradient-primary: linear-gradient(135deg, #1B6B4A 0%, #2E86AB 100%);
        --color-primary-rgb: 27, 107, 74;
        --color-secondary-rgb: 46, 134, 171;
        --color-primary-dark-rgb: 20, 90, 60;
        --gradient-primary-subtle: linear-gradient(135deg, rgba(27, 107, 74, 0.1) 0%, rgba(46, 134, 171, 0.1) 100%);
        --surface-page: #f0f2f5;
        --surface-card: #ffffff;
        --surface-input: #ffffff;
        --surface-muted: #f8f9fa;
        --text-body: #222222;
        --text-heading: #222222;
        --text-muted: #666666;
        --border-soft: #e0e0e0;
        --shadow-card-color: rgba(0, 0, 0, 0.08);
        --on-primary: #ffffff;
        --font-body: 'Inter', sans-serif;
        --font-heading: 'Inter', sans-serif;
}
