:root {
    --bs-primary: #4630e6;
    --bs-primary-hover: #3700c9;
    --bs-primary-active: #3100bb;
    --bs-primary-disabled: #6c74b8;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 70, 48, 230;
    --primary-light: #625eff;
    --primary-dark: #3400c2;
    --primary-bg: #b9bcc9;
    --bs-secondary: #e6005b;
    --bs-accent: #b66000;
    --bs-light: #fafafa;
    --bs-dark: #111827;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 17, 24, 39;
    --bs-light-rgb: 250, 250, 250;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #aba400;
    --bs-warning: #b53900;
    --bs-danger: #eb7797;
    --bs-info: #00bce3;
    --bs-body-bg: #dee0e4;
    --bs-body-color: #111827;
    --bs-secondary-color: #4b5563;
    --bs-border-color: #e5e7eb;
    --secondary-light: #ff497e;
    --secondary-dark: #c10040;
    --secondary-bg: #d1c1c8;
    --accent-light: #d77e33;
    --accent-dark: #954200;
    --accent-bg: #e0d8cc;
    --gray-50: #fafafa;
    --gray-100: #e2e2e4;
    --gray-200: #cacbce;
    --gray-300: #b2b4b9;
    --gray-400: #9b9da4;
    --gray-500: #85878f;
    --gray-600: #6f727c;
    --gray-700: #5a5e68;
    --gray-800: #464a55;
    --gray-900: #333743;
    --gray-950: #202532;
    --bs-body-font-family: "IBM Plex Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Cormorant Garamond", serif;
}
