:root {
    --bs-primary: #6b8533;
    --bs-primary-hover: #546e17;
    --bs-primary-active: #496203;
    --bs-primary-disabled: #97a482;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 107, 133, 51;
    --primary-light: #8eab58;
    --primary-dark: #4f680e;
    --primary-bg: #eef4e5;
    --bs-secondary: #289db6;
    --bs-accent: #9365c1;
    --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: #78942d;
    --bs-warning: #b13200;
    --bs-danger: #cc7b8a;
    --bs-info: #0099a6;
    --bs-body-bg: #f3f5ee;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #57c3dd;
    --secondary-dark: #007e97;
    --secondary-bg: #e2f0f0;
    --accent-light: #b283e2;
    --accent-dark: #7547a0;
    --accent-bg: #eae3ea;
    --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: "Work Sans", Arial, sans-serif;
    --bs-monospace-font-family: "IBM Plex Mono", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
