:root {
    --bs-primary: #4683c4;
    --bs-primary-hover: #2e6baa;
    --bs-primary-active: #215f9d;
    --bs-primary-disabled: #8da7c5;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 70, 131, 196;
    --primary-light: #6ba9ec;
    --primary-dark: #2765a4;
    --primary-bg: #e7f2f2;
    --bs-secondary: #866bb1;
    --bs-accent: #cc775e;
    --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: #57a125;
    --bs-warning: #e26400;
    --bs-danger: #ed596b;
    --bs-info: #00c3bb;
    --bs-success-rgb: 87, 161, 37;
    --bs-warning-rgb: 226, 100, 0;
    --bs-danger-rgb: 237, 89, 107;
    --bs-info-rgb: 0, 195, 187;
    --bs-body-bg: #c8d1d7;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #ab8fd8;
    --secondary-dark: #694e91;
    --secondary-bg: #f0ebf0;
    --accent-light: #ee957c;
    --accent-dark: #ab5941;
    --accent-bg: #ede8e3;
    --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: "Inter", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
