:root {
    --bs-primary: #366200;
    --bs-primary-hover: #204b00;
    --bs-primary-active: #154000;
    --bs-primary-disabled: #697e5b;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 54, 98, 0;
    --primary-light: #578631;
    --primary-dark: #1b4600;
    --primary-bg: #c0c9bb;
    --bs-secondary: #006e4c;
    --bs-accent: #6e4dad;
    --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: #7f8800;
    --bs-warning: #9e602e;
    --bs-danger: #ad2a4f;
    --bs-info: #00799c;
    --bs-body-bg: #dee7d8;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #39926e;
    --secondary-dark: #005132;
    --secondary-bg: #c5d3cc;
    --accent-light: #8b6bce;
    --accent-dark: #532f8d;
    --accent-bg: #cfc9d6;
    --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: "Inter", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
