:root {
    --bs-primary: #816a00;
    --bs-primary-hover: #695300;
    --bs-primary-active: #5e4800;
    --bs-primary-disabled: #99906e;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 129, 106, 0;
    --primary-light: #a58e37;
    --primary-dark: #644e00;
    --primary-bg: #e6e2d3;
    --bs-secondary: #007e68;
    --bs-accent: #9f61af;
    --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: #718600;
    --bs-warning: #c4580f;
    --bs-danger: #d85f68;
    --bs-info: #1db0ca;
    --bs-body-bg: #f9faee;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #3ea38c;
    --secondary-dark: #00614d;
    --secondary-bg: #d6e6e1;
    --accent-light: #bf7fcf;
    --accent-dark: #80448f;
    --accent-bg: #e8e0e8;
    --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: "IBM Plex Sans", Arial, sans-serif;
    --bs-monospace-font-family: "IBM Plex Mono", monospace;
    --bs-headings-font-family: "Playfair Display", serif;
}
