:root {
    --bs-primary: #948de6;
    --bs-primary-hover: #7c74cb;
    --bs-primary-active: #7168be;
    --bs-primary-disabled: #bbb9db;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 148, 141, 230;
    --primary-light: #b9b3ff;
    --primary-dark: #776ec5;
    --primary-bg: #f5f5f7;
    --bs-secondary: #d9759a;
    --bs-accent: #c39f1b;
    --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: #95af2d;
    --bs-warning: #bd5600;
    --bs-danger: #9e4453;
    --bs-info: #009cc1;
    --bs-success-rgb: 149, 175, 45;
    --bs-warning-rgb: 189, 86, 0;
    --bs-danger-rgb: 158, 68, 83;
    --bs-info-rgb: 0, 156, 193;
    --bs-body-bg: #f1f0f5;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #ff9bc0;
    --secondary-dark: #b7577c;
    --secondary-bg: #ece5ec;
    --accent-light: #e3bf48;
    --accent-dark: #a38000;
    --accent-bg: #f7f7e4;
    --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: "Fira Code", monospace;
    --bs-headings-font-family: "Cormorant Garamond", serif;
}
