:root {
    --bs-primary: #296209;
    --bs-primary-hover: #104c00;
    --bs-primary-active: #014000;
    --bs-primary-disabled: #647d5c;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 41, 98, 9;
    --primary-light: #4c8634;
    --primary-dark: #084600;
    --primary-bg: #bec8ba;
    --bs-secondary: #005c7c;
    --bs-accent: #8e2746;
    --bs-light: #f6fbf7;
    --bs-dark: #17241c;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 23, 36, 28;
    --bs-light-rgb: 246, 251, 247;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #609100;
    --bs-warning: #cf5c2e;
    --bs-danger: #bf4c65;
    --bs-info: #00788f;
    --bs-body-bg: #d2dfce;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #347fa1;
    --secondary-dark: #00405f;
    --secondary-bg: #bcc8ce;
    --accent-light: #b04662;
    --accent-dark: #6e002d;
    --accent-bg: #c8b5b8;
    --gray-50: #f6faf5;
    --gray-100: #dfe4de;
    --gray-200: #c8cec8;
    --gray-300: #b2b9b2;
    --gray-400: #9ca49c;
    --gray-500: #878f87;
    --gray-600: #727c73;
    --gray-700: #5e685f;
    --gray-800: #4a554c;
    --gray-900: #384339;
    --gray-950: #263228;
    --bs-body-font-family: "Rubik", Arial, sans-serif;
    --bs-monospace-font-family: "Fira Code", monospace;
    --bs-headings-font-family: "Cormorant Garamond", serif;
}
