


:root {
            --primary-50: #f1eff6;
            --primary-100: #e3deed;
            --primary-200: #c7beda;
            --primary-300: #ac9dc8;
            --primary-400: #907db5;
            --primary-500: #6b5596;
            --primary-600: #544375;
            --primary-700: #3d3055;
            --primary-800: #251e34;
            --primary-900: #0e0b14;
            --primary: #6b5596;
            --primary-light: #ac9dc8;
            --primary-lighter: #e3deed;
            --primary-dark: #3d3055;
            --primary-darker: #0e0b14;
            --secondary-50: #f3f6ef;
            --secondary-100: #e8edde;
            --secondary-200: #d1dabe;
            --secondary-300: #b9c89d;
            --secondary-400: #a2b57d;
            --secondary-500: #809655;
            --secondary-600: #647543;
            --secondary-700: #485530;
            --secondary-800: #2d341e;
            --secondary-900: #11140b;
            --secondary: #809655;
            --secondary-light: #b9c89d;
            --secondary-dark: #485530;
            --triadic-1: #966b55;
            --triadic-2: #55966b;
            --accent-1: #965580;
            --accent-2: #966b55;
            --accent-3: #809655;
            --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: #809655;
            --warning: #f59e0b;
            --error: #ef4444;
            --info: #3b60f6;
            --text-on-primary: #ffffff;
            --text-on-secondary: #000000;
            --text-on-light: #1e293b;
            --text-on-dark: #ffffff;
            --text-muted: #475569;
            --button-bg: #6b5596;
            --button-text: #ffffff;
            --bg-gradient-start: #f1eff6;
            --bg-gradient-end: #e3deed;
            --card-bg: #ffffff;
            --card-border: #e2e8f0;
            --border-color: #cbd5e1;
            --bg-light: #f8fafc;
            --bg: #f1f5f9;
            --bg-dark: #e2e8f0;
        }