


:root {
            --primary-50: #f1eef7;
            --primary-100: #e4ddee;
            --primary-200: #c9bbdd;
            --primary-300: #ad99cc;
            --primary-400: #9277bb;
            --primary-500: #886ab5;
            --primary-600: #6e4e9e;
            --primary-700: #563d7c;
            --primary-800: #3e2c5a;
            --primary-900: #271c37;
            --primary: #886ab5;
            --primary-light: #ad99cc;
            --primary-lighter: #e4ddee;
            --primary-dark: #563d7c;
            --primary-darker: #271c37;
            --secondary-50: #f3f7ee;
            --secondary-100: #e7eedd;
            --secondary-200: #cfddbb;
            --secondary-300: #b8cc99;
            --secondary-400: #a0bb77;
            --secondary-500: #97b56a;
            --secondary-600: #7e9e4e;
            --secondary-700: #637c3d;
            --secondary-800: #485a2c;
            --secondary-900: #2c371c;
            --secondary: #97b56a;
            --secondary-light: #b8cc99;
            --secondary-dark: #637c3d;
            --triadic-1: #b5886a;
            --triadic-2: #6ab588;
            --accent-1: #b56a97;
            --accent-2: #b5886a;
            --accent-3: #97b56a;
            --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: #97b56a;
            --warning: #f59e0b;
            --error: #ef4444;
            --info: #3b5ef6;
            --text-on-primary: #000000;
            --text-on-secondary: #000000;
            --text-on-light: #1e293b;
            --text-on-dark: #ffffff;
            --text-muted: #475569;
            --button-bg: #886ab5;
            --button-text: #000000;
            --bg-gradient-start: #f1eef7;
            --bg-gradient-end: #e4ddee;
            --card-bg: #ffffff;
            --card-border: #e2e8f0;
            --border-color: #cbd5e1;
            --bg-light: #f8fafc;
            --bg: #f1f5f9;
            --bg-dark: #e2e8f0;
        }