:root {
    --bs-primary: #a9a1f0;
    --bs-primary-hover: #9188d5;
    --bs-primary-active: #857cc8;
    --bs-primary-disabled: #cfcce5;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 169, 161, 240;
    --primary-light: #cfc7ff;
    --primary-dark: #8b82ce;
    --primary-bg: #f7f6f8;
    --bs-secondary: #ce86b7;
    --bs-accent: #cba355;
    --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: #cb9300;
    --bs-warning: #ca741d;
    --bs-danger: #dd676c;
    --bs-info: #1faeba;
    --bs-body-bg: #f7f6f8;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #f6abdd;
    --secondary-dark: #ad6897;
    --secondary-bg: #f0ebf0;
    --accent-light: #ecc374;
    --accent-dark: #ab8434;
    --accent-bg: #f6f6e8;
    --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: "Cormorant Garamond", serif;
}
