:root {
    --bs-primary: #b6699d;
    --bs-primary-hover: #9d5284;
    --bs-primary-active: #904678;
    --bs-primary-disabled: #c49fb6;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 182, 105, 157;
    --primary-light: #de8ec2;
    --primary-dark: #964c7e;
    --primary-bg: #efe9ef;
    --bs-secondary: #c15a4c;
    --bs-accent: #73a64f;
    --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: #976b00;
    --bs-warning: #ae664c;
    --bs-danger: #cd3868;
    --bs-info: #008889;
    --bs-body-bg: #e1d9e1;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #ea7f6f;
    --secondary-dark: #9f3c30;
    --secondary-bg: #e4dcd8;
    --accent-light: #91c66e;
    --accent-dark: #56872f;
    --accent-bg: #edf3e7;
    --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: "Manrope", Arial, sans-serif;
    --bs-monospace-font-family: "IBM Plex Mono", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
