:root {
    --bs-primary: #245b93;
    --bs-primary-hover: #08447b;
    --bs-primary-active: #00396e;
    --bs-primary-disabled: #667e98;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 36, 91, 147;
    --primary-light: #487eba;
    --primary-dark: #003e75;
    --primary-bg: #c1cbd3;
    --bs-secondary: #6971a7;
    --bs-accent: #924c00;
    --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: #767b06;
    --bs-warning: #ec5b00;
    --bs-danger: #e06c7b;
    --bs-info: #0092ac;
    --bs-body-bg: #dee3e4;
    --bs-body-color: #171717;
    --bs-secondary-color: #525252;
    --bs-border-color: #e5e5e5;
    --secondary-light: #8c95ce;
    --secondary-dark: #4e5488;
    --secondary-bg: #e6e8ec;
    --accent-light: #b2692d;
    --accent-dark: #732f00;
    --accent-bg: #d5c8be;
    --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: "Fira Code", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
