:root {
    --bs-primary: #926a00;
    --bs-primary-hover: #7a5300;
    --bs-primary-active: #6e4800;
    --bs-primary-disabled: #a59372;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 146, 106, 0;
    --primary-light: #b88f39;
    --primary-dark: #744e00;
    --primary-bg: #e9e4d6;
    --bs-secondary: #798f51;
    --bs-accent: #8368a5;
    --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: #00971f;
    --bs-warning: #c94100;
    --bs-danger: #b64c72;
    --bs-info: #00a5bb;
    --bs-body-bg: #f1eede;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #9db475;
    --secondary-dark: #5c7134;
    --secondary-bg: #f6f8ee;
    --accent-light: #a186c5;
    --accent-dark: #664b86;
    --accent-bg: #e6e1e8;
    --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: "DM Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Fira Code", monospace;
    --bs-headings-font-family: "DM Serif Display", serif;
}
