:root {
    --bs-primary: #b585c3;
    --bs-primary-hover: #9c6da9;
    --bs-primary-active: #90619c;
    --bs-primary-disabled: #cdb6d3;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 181, 133, 195;
    --primary-light: #dcaaea;
    --primary-dark: #9667a3;
    --primary-bg: #f4f0f4;
    --bs-secondary: #cd9657;
    --bs-accent: #96a93d;
    --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: #519200;
    --bs-warning: #ef6822;
    --bs-danger: #ef5378;
    --bs-info: #00918a;
    --bs-body-bg: #e7dee7;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #f5bb7d;
    --secondary-dark: #ac7738;
    --secondary-bg: #f3f1e6;
    --accent-light: #b5c95f;
    --accent-dark: #798a13;
    --accent-bg: #f6f8e8;
    --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: "DM Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Cormorant Garamond", serif;
}
