
:root {
            --primary-50: #eefbea;
            --primary-100: #ddf7d4;
            --primary-200: #bcefa9;
            --primary-300: #9ae67f;
            --primary-400: #78de54;
            --primary-500: #398d1b;
            --primary-600: #286213;
            --primary-700: #16370b;
            --primary-800: #112b08;
            --primary-900: #091504;
            --primary: #398d1b;
            --primary-light: #9ae67f;
            --primary-lighter: #ddf7d4;
            --primary-dark: #16370b;
            --primary-darker: #091504;
            --secondary-50: #fefae6;
            --secondary-100: #fdf5ce;
            --secondary-200: #fbec9d;
            --secondary-300: #f9e26c;
            --secondary-400: #f7d83b;
            --secondary-500: #f7d83b;
            --secondary-600: #f5ce0a;
            --secondary-700: #c4a508;
            --secondary-800: #937c06;
            --secondary-900: #625204;
            --secondary: #f7d83b;
            --secondary-light: #f9e26c;
            --secondary-dark: #c4a508;
            --triadic-1: #1b398d;
            --triadic-2: #8d1b39;
            --accent-1: #1b8d6f;
            --accent-2: #1b398d;
            --accent-3: #6f1b8d;
            --gray-50: #f8fafc;
            --gray-100: #f1f5f9;
            --gray-200: #e2e8f0;
            --gray-300: #cbd5e1;
            --gray-400: #94a3b8;
            --gray-500: #64748b;
            --gray-600: #475569;
            --gray-700: #334155;
            --gray-800: #1e293b;
            --gray-900: #0f172a;
            --white: #ffffff;
            --black: #000000;
            --success: #6f1b8d;
            --warning: #f59e0b;
            --error: #ef4444;
            --info: #3b82f6;
            --text-on-primary: #000000;
            --text-on-secondary: #000000;
            --text-on-light: #1e293b;
            --text-on-dark: #ffffff;
            --text-muted: #475569;
            --button-bg: #398d1b;
            --button-text: #000000;
            --bg-gradient-start: #eefbea;
            --bg-gradient-end: #ddf7d4;
            --card-bg: #ffffff;
            --card-border: #e2e8f0;
            --border-color: #cbd5e1;
            --bg-light: #f8fafc;
            --bg: #f1f5f9;
            --bg-dark: #e2e8f0;
            --font-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            --font-heading: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        }