:root {
    --bs-primary: #3c6f00;
    --bs-primary-hover: #255800;
    --bs-primary-active: #1a4c00;
    --bs-primary-disabled: #738b64;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 60, 111, 0;
    --primary-light: #5e9334;
    --primary-dark: #1f5200;
    --primary-bg: #cdd7c6;
    --bs-secondary: #007d5a;
    --bs-accent: #ba58a7;
    --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: #858f00;
    --bs-warning: #965b26;
    --bs-danger: #d54c70;
    --bs-info: #00a2b2;
    --bs-body-bg: #d3e0cc;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #3ea27d;
    --secondary-dark: #00603f;
    --secondary-bg: #d4e4dc;
    --accent-light: #db77c7;
    --accent-dark: #993988;
    --accent-bg: #e4dbe4;
    --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: "Cormorant Garamond", serif;
}
