:root {
    --bs-primary: #946e9d;
    --bs-primary-hover: #7c5785;
    --bs-primary-active: #704c79;
    --bs-primary-disabled: #ad9bb1;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 148, 110, 157;
    --primary-light: #b992c3;
    --primary-dark: #76517f;
    --primary-bg: #f1edf1;
    --bs-secondary: #b17b82;
    --bs-accent: #758142;
    --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: #4c9c21;
    --bs-warning: #ea6400;
    --bs-danger: #b94f64;
    --bs-info: #00abc8;
    --bs-body-bg: #dfd9e1;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #d8a0a7;
    --secondary-dark: #915e65;
    --secondary-bg: #f5f1f3;
    --accent-light: #93a060;
    --accent-dark: #596424;
    --accent-bg: #e9ece1;
    --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: "Inter", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Cormorant Garamond", serif;
}
