:root {
    --bs-primary: #8a00cf;
    --bs-primary-hover: #7200b4;
    --bs-primary-active: #6600a6;
    --bs-primary-disabled: #9872bb;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 138, 0, 207;
    --primary-light: #af44f9;
    --primary-dark: #6c00ad;
    --primary-bg: #d2c1d2;
    --bs-secondary: #ea0000;
    --bs-accent: #ec6c00;
    --bs-light: #fafafa;
    --bs-dark: #111827;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 17, 24, 39;
    --bs-light-rgb: 250, 250, 250;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #957700;
    --bs-warning: #cf5f05;
    --bs-danger: #c36670;
    --bs-info: #007ea2;
    --bs-body-bg: #e2dae1;
    --bs-body-color: #111827;
    --bs-secondary-color: #4b5563;
    --bs-border-color: #e5e7eb;
    --secondary-light: #ff4b3a;
    --secondary-dark: #c50000;
    --secondary-bg: #cebeb9;
    --accent-light: #ff8c3b;
    --accent-dark: #c94c00;
    --accent-bg: #e3dccf;
    --gray-50: #fafafa;
    --gray-100: #e2e2e4;
    --gray-200: #cacbce;
    --gray-300: #b2b4b9;
    --gray-400: #9b9da4;
    --gray-500: #85878f;
    --gray-600: #6f727c;
    --gray-700: #5a5e68;
    --gray-800: #464a55;
    --gray-900: #333743;
    --gray-950: #202532;
    --bs-body-font-family: "Rubik", Arial, sans-serif;
    --bs-monospace-font-family: "IBM Plex Mono", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
