:root {
    --bs-primary: #a2731b;
    --bs-primary-hover: #895c00;
    --bs-primary-active: #7d5000;
    --bs-primary-disabled: #b39e7e;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 162, 115, 27;
    --primary-light: #c89847;
    --primary-dark: #835600;
    --primary-bg: #eeebde;
    --bs-secondary: #3e845d;
    --bs-accent: #2786bd;
    --bs-light: #fbfcff;
    --bs-dark: #1d2433;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 29, 36, 51;
    --bs-light-rgb: 251, 252, 255;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #707a10;
    --bs-warning: #945722;
    --bs-danger: #c4445b;
    --bs-info: #00a3a8;
    --bs-body-bg: #e7e1d5;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #63a980;
    --secondary-dark: #1d6742;
    --secondary-bg: #e2eee6;
    --accent-light: #4ba5de;
    --accent-dark: #00689d;
    --accent-bg: #ddecec;
    --gray-50: #fbfcff;
    --gray-100: #e4e5ea;
    --gray-200: #cdcfd6;
    --gray-300: #b7bac2;
    --gray-400: #a1a4ae;
    --gray-500: #8c909b;
    --gray-600: #777b88;
    --gray-700: #636876;
    --gray-800: #4f5564;
    --gray-900: #3c4253;
    --gray-950: #2a3142;
    --bs-body-font-family: "Inter", Arial, sans-serif;
    --bs-monospace-font-family: "Fira Code", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
