:root {
    --bs-primary: #007d9e;
    --bs-primary-hover: #006685;
    --bs-primary-active: #005a79;
    --bs-primary-disabled: #769caa;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 0, 125, 158;
    --primary-light: #3fa2c4;
    --primary-dark: #00607f;
    --primary-bg: #d8e8e9;
    --bs-secondary: #7596ae;
    --bs-accent: #c06e00;
    --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: #77832e;
    --bs-warning: #b45b1a;
    --bs-danger: #b75b63;
    --bs-info: #00afcc;
    --bs-success-rgb: 119, 131, 46;
    --bs-warning-rgb: 180, 91, 26;
    --bs-danger-rgb: 183, 91, 99;
    --bs-info-rgb: 0, 175, 204;
    --bs-body-bg: #e4ebeb;
    --bs-body-color: #171717;
    --bs-secondary-color: #525252;
    --bs-border-color: #e5e5e5;
    --secondary-light: #99bcd4;
    --secondary-dark: #58788f;
    --secondary-bg: #f4f9f9;
    --accent-light: #e18d36;
    --accent-dark: #9f5000;
    --accent-bg: #e8e3d5;
    --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: "Montserrat", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
