:root {
    --bs-primary: #9c8321;
    --bs-primary-hover: #846b00;
    --bs-primary-active: #786000;
    --bs-primary-disabled: #b4aa85;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 156, 131, 33;
    --primary-light: #c2a84c;
    --primary-dark: #7e6500;
    --primary-bg: #f8f8e9;
    --bs-secondary: #5d8c41;
    --bs-accent: #8296e8;
    --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: #706e00;
    --bs-warning: #b46a36;
    --bs-danger: #b23253;
    --bs-info: #00aea8;
    --bs-body-bg: #f9f9ee;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #80b165;
    --secondary-dark: #406e23;
    --secondary-bg: #eaf2e5;
    --accent-light: #a0b6ff;
    --accent-dark: #6577c7;
    --accent-bg: #f2f6f7;
    --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: "Nunito Sans", Arial, sans-serif;
    --bs-monospace-font-family: "IBM Plex Mono", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
