:root {
    --bs-primary: #385bae;
    --bs-primary-hover: #234394;
    --bs-primary-active: #193887;
    --bs-primary-disabled: #7183a9;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 56, 91, 174;
    --primary-light: #597fd6;
    --primary-dark: #1e3e8e;
    --primary-bg: #c7ced7;
    --bs-secondary: #8884ce;
    --bs-accent: #a06500;
    --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: #938a00;
    --bs-warning: #ee7700;
    --bs-danger: #f76c94;
    --bs-info: #009baf;
    --bs-body-bg: #ccd0d3;
    --bs-body-color: #171717;
    --bs-secondary-color: #525252;
    --bs-border-color: #e5e5e5;
    --secondary-light: #adaaf6;
    --secondary-dark: #6c66ad;
    --secondary-bg: #f7f7f8;
    --accent-light: #c08332;
    --accent-dark: #814700;
    --accent-bg: #e2dbce;
    --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: "Source Code Pro", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
