
:root {
            --primary-50: #eaf2fb;
            --primary-100: #d4e5f7;
            --primary-200: #aacbee;
            --primary-300: #7fb1e6;
            --primary-400: #5497de;
            --primary-500: #12365c;
            --primary-600: #0a1d31;
            --primary-700: #08192b;
            --primary-800: #08192b;
            --primary-900: #040d15;
            --primary: #12365c;
            --primary-light: #7fb1e6;
            --primary-lighter: #d4e5f7;
            --primary-dark: #08192b;
            --primary-darker: #040d15;
            --secondary-50: #f0f8ec;
            --secondary-100: #e2f2d9;
            --secondary-200: #c5e5b3;
            --secondary-300: #a7d88d;
            --secondary-400: #8aca68;
            --secondary-500: #7cc455;
            --secondary-600: #62ab3b;
            --secondary-700: #4d852e;
            --secondary-800: #375f21;
            --secondary-900: #213914;
            --secondary: #7cc455;
            --secondary-light: #a7d88d;
            --secondary-dark: #4d852e;
            --triadic-1: #5c1236;
            --triadic-2: #365c12;
            --accent-1: #38125c;
            --accent-2: #5c1236;
            --accent-3: #5c3812;
            --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: #5c3812;
            --warning: #f59e0b;
            --error: #ef4444;
            --info: #3b82f6;
            --text-on-primary: #ffffff;
            --text-on-secondary: #000000;
            --text-on-light: #1e293b;
            --text-on-dark: #ffffff;
            --text-muted: #475569;
            --button-bg: #12365c;
            --button-text: #ffffff;
            --bg-gradient-start: #eaf2fb;
            --bg-gradient-end: #d4e5f7;
            --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;
        }