:root {
    --bs-primary: #3f7ea3;
    --bs-primary-hover: #26678b;
    --bs-primary-active: #185b7e;
    --bs-primary-disabled: #859fb0;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 63, 126, 163;
    --primary-light: #64a3ca;
    --primary-dark: #1f6185;
    --primary-bg: #e2edee;
    --bs-secondary: #8194ac;
    --bs-accent: #c28065;
    --bs-light: #fafafa;
    --bs-dark: #1f1f1f;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 31, 31, 31;
    --bs-light-rgb: 250, 250, 250;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #807000;
    --bs-warning: #db7434;
    --bs-danger: #e2708e;
    --bs-info: #00999e;
    --bs-body-bg: #e1e6e7;
    --bs-body-color: #171717;
    --bs-secondary-color: #525252;
    --bs-border-color: #e5e5e5;
    --secondary-light: #a5bad3;
    --secondary-dark: #63778e;
    --secondary-bg: #f8fbfb;
    --accent-light: #e49e82;
    --accent-dark: #a26248;
    --accent-bg: #f1eee9;
    --gray-50: #fafafa;
    --gray-100: #e3e3e3;
    --gray-200: #cccccc;
    --gray-300: #b5b5b5;
    --gray-400: #9f9f9f;
    --gray-500: #8a8a8a;
    --gray-600: #757575;
    --gray-700: #616161;
    --gray-800: #4d4d4d;
    --gray-900: #3b3b3b;
    --gray-950: #292929;
    --bs-body-font-family: "DM Sans", Arial, sans-serif;
    --bs-monospace-font-family: "IBM Plex Mono", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
