:root {
    --bs-primary: #665500;
    --bs-primary-hover: #503f00;
    --bs-primary-active: #453400;
    --bs-primary-disabled: #80795c;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 102, 85, 0;
    --primary-light: #897831;
    --primary-dark: #4b3a00;
    --primary-bg: #ccc9bd;
    --bs-secondary: #6d7457;
    --bs-accent: #6969bf;
    --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: #90841a;
    --bs-warning: #cb3e00;
    --bs-danger: #ae3d5f;
    --bs-info: #00918e;
    --bs-body-bg: #e4e2d9;
    --bs-body-color: #171717;
    --bs-secondary-color: #525252;
    --bs-border-color: #e5e5e5;
    --secondary-light: #91977a;
    --secondary-dark: #51573c;
    --secondary-bg: #e5e7e1;
    --accent-light: #8688e0;
    --accent-dark: #4e4c9e;
    --accent-bg: #dcdde4;
    --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: "Montserrat", Arial, sans-serif;
    --bs-monospace-font-family: "Fira Code", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
