:root {
    --bs-primary: #00658a;
    --bs-primary-hover: #004e72;
    --bs-primary-active: #004366;
    --bs-primary-disabled: #658495;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 0, 101, 138;
    --primary-light: #3789af;
    --primary-dark: #00486c;
    --primary-bg: #c4d1d8;
    --bs-secondary: #5c82a7;
    --bs-accent: #a77822;
    --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: #b68b00;
    --bs-warning: #c57118;
    --bs-danger: #f76597;
    --bs-info: #00888e;
    --bs-body-bg: #e1e7e8;
    --bs-body-color: #171717;
    --bs-secondary-color: #525252;
    --bs-border-color: #e5e5e5;
    --secondary-light: #7fa7cd;
    --secondary-dark: #3f6588;
    --secondary-bg: #ecf4f4;
    --accent-light: #c79746;
    --accent-dark: #885b00;
    --accent-bg: #eeebdd;
    --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: "Inter", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
