:root {
    --bs-primary: #8a4400;
    --bs-primary-hover: #712d00;
    --bs-primary-active: #652200;
    --bs-primary-disabled: #95745f;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 138, 68, 0;
    --primary-light: #b16731;
    --primary-dark: #6b2800;
    --primary-bg: #d4c7be;
    --bs-secondary: #97774e;
    --bs-accent: #3c70d4;
    --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: #889000;
    --bs-warning: #e26b00;
    --bs-danger: #b73364;
    --bs-info: #00748a;
    --bs-body-bg: #dad2cb;
    --bs-body-color: #171717;
    --bs-secondary-color: #525252;
    --bs-border-color: #e5e5e5;
    --secondary-light: #bd9b71;
    --secondary-dark: #795a32;
    --secondary-bg: #f2efe8;
    --accent-light: #598ff6;
    --accent-dark: #2051b2;
    --accent-bg: #d2dce0;
    --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: "Plus Jakarta Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Merriweather", serif;
}
