:root {
    --bs-primary: #738200;
    --bs-primary-hover: #5d6a00;
    --bs-primary-active: #525e00;
    --bs-primary-disabled: #99a278;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 115, 130, 0;
    --primary-light: #96a73b;
    --primary-dark: #576400;
    --primary-bg: #eef2e0;
    --bs-secondary: #00aa8c;
    --bs-accent: #8c7eda;
    --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: #987600;
    --bs-warning: #de5815;
    --bs-danger: #a5565a;
    --bs-info: #008b87;
    --bs-body-bg: #f6f8e6;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #4ad1b1;
    --secondary-dark: #008b6e;
    --secondary-bg: #deeeed;
    --accent-light: #aa9dfc;
    --accent-dark: #6f60b9;
    --accent-bg: #f6f4f7;
    --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: "Source Code Pro", monospace;
    --bs-headings-font-family: "Fraunces", serif;
}
