
:root {
            --primary-50: #e8fdf4;
            --primary-100: #d1fae8;
            --primary-200: #a2f6d2;
            --primary-300: #74f1bb;
            --primary-400: #45eda5;
            --primary-500: #16e38b;
            --primary-600: #11b56f;
            --primary-700: #0d8652;
            --primary-800: #085836;
            --primary-900: #042919;
            --primary: #16e38b;
            --primary-light: #74f1bb;
            --primary-lighter: #d1fae8;
            --primary-dark: #0d8652;
            --primary-darker: #042919;
            --secondary-50: #efe8fd;
            --secondary-100: #ded0fb;
            --secondary-200: #bea1f7;
            --secondary-300: #9d72f3;
            --secondary-400: #7d43ef;
            --secondary-500: #5e17eb;
            --secondary-600: #4b10bf;
            --secondary-700: #380c90;
            --secondary-800: #260861;
            --secondary-900: #130432;
            --secondary: #5e17eb;
            --secondary-light: #9d72f3;
            --secondary-dark: #380c90;
            --triadic-1: #8b16e3;
            --triadic-2: #e38b16;
            --accent-1: #166ee3;
            --accent-2: #8b16e3;
            --accent-3: #e3166e;
            --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: #e3166e;
            --warning: #f59e0b;
            --error: #ef4444;
            --info: #3b82f6;
            --text-on-primary: #000000;
            --text-on-secondary: #ffffff;
            --text-on-light: #1e293b;
            --text-on-dark: #ffffff;
            --text-muted: #475569;
            --button-bg: #16e38b;
            --button-text: #000000;
            --bg-gradient-start: #e8fdf4;
            --bg-gradient-end: #d1fae8;
            --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;
        }