:root {
    --bs-primary: #b77f00;
    --bs-primary-hover: #9d6700;
    --bs-primary-active: #915b00;
    --bs-primary-disabled: #c5ac86;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 183, 127, 0;
    --primary-light: #dea440;
    --primary-dark: #976100;
    --primary-bg: #f3f1e1;
    --bs-secondary: #818b21;
    --bs-accent: #a592de;
    --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: #6c6e00;
    --bs-warning: #e37c57;
    --bs-danger: #d15464;
    --bs-info: #14aab5;
    --bs-body-bg: #f2f1e8;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #a5b14c;
    --secondary-dark: #656d00;
    --secondary-bg: #f7f8e9;
    --accent-light: #c4b1ff;
    --accent-dark: #8773bd;
    --accent-bg: #f8f5f8;
    --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: "Libre Baskerville", serif;
}
