:root {
    --bs-primary: #ba62b0;
    --bs-primary-hover: #a04a97;
    --bs-primary-active: #933e8b;
    --bs-primary-disabled: #c69ec0;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 186, 98, 176;
    --primary-light: #e287d7;
    --primary-dark: #9a4491;
    --primary-bg: #ece5ec;
    --bs-secondary: #c6823b;
    --bs-accent: #809100;
    --bs-light: #fbfcff;
    --bs-dark: #1d2433;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 29, 36, 51;
    --bs-light-rgb: 251, 252, 255;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #b18600;
    --bs-warning: #de722c;
    --bs-danger: #be3e4e;
    --bs-info: #007db5;
    --bs-body-bg: #e2d4e2;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #eea862;
    --secondary-dark: #a66415;
    --secondary-bg: #f0eee2;
    --accent-light: #9eb038;
    --accent-dark: #637200;
    --accent-bg: #f3f6e4;
    --gray-50: #fbfcff;
    --gray-100: #e4e5ea;
    --gray-200: #cdcfd6;
    --gray-300: #b7bac2;
    --gray-400: #a1a4ae;
    --gray-500: #8c909b;
    --gray-600: #777b88;
    --gray-700: #636876;
    --gray-800: #4f5564;
    --gray-900: #3c4253;
    --gray-950: #2a3142;
    --bs-body-font-family: "Montserrat", Arial, sans-serif;
    --bs-monospace-font-family: "Fira Code", monospace;
    --bs-headings-font-family: "Merriweather", serif;
}
