:root {
    --bs-primary: #7e690c;
    --bs-primary-hover: #675200;
    --bs-primary-active: #5b4700;
    --bs-primary-disabled: #978e6e;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 126, 105, 12;
    --primary-light: #a28d3b;
    --primary-dark: #614d00;
    --primary-bg: #e4e0d3;
    --bs-secondary: #7d895a;
    --bs-accent: #6881c9;
    --bs-light: #fafafa;
    --bs-dark: #1f1f1f;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 31, 31, 31;
    --bs-light-rgb: 250, 250, 250;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #577600;
    --bs-warning: #bf5200;
    --bs-danger: #e13e54;
    --bs-info: #00bad5;
    --bs-body-bg: #e6e5df;
    --bs-body-color: #171717;
    --bs-secondary-color: #525252;
    --bs-border-color: #e5e5e5;
    --secondary-light: #a1ae7d;
    --secondary-dark: #606b3d;
    --secondary-bg: #f8faf1;
    --accent-light: #86a0eb;
    --accent-dark: #4d64a9;
    --accent-bg: #ebf0f2;
    --gray-50: #fafafa;
    --gray-100: #e3e3e3;
    --gray-200: #cccccc;
    --gray-300: #b5b5b5;
    --gray-400: #9f9f9f;
    --gray-500: #8a8a8a;
    --gray-600: #757575;
    --gray-700: #616161;
    --gray-800: #4d4d4d;
    --gray-900: #3b3b3b;
    --gray-950: #292929;
    --bs-body-font-family: "DM Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Fira Code", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
