:root {
    --bs-primary: #6f8342;
    --bs-primary-hover: #596b2a;
    --bs-primary-active: #4e601e;
    --bs-primary-disabled: #99a386;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 111, 131, 66;
    --primary-light: #93a865;
    --primary-dark: #536624;
    --primary-bg: #eff3e7;
    --bs-secondary: #36916c;
    --bs-accent: #c47699;
    --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: #6e9149;
    --bs-warning: #b27341;
    --bs-danger: #e9576d;
    --bs-info: #007ca8;
    --bs-body-bg: #f6f9ef;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #5eb68f;
    --secondary-dark: #07724f;
    --secondary-bg: #e3efea;
    --accent-light: #e695b8;
    --accent-dark: #a4587b;
    --accent-bg: #f0eaf0;
    --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: "Montserrat", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
