:root {
    --bs-primary: #80951f;
    --bs-primary-hover: #697d00;
    --bs-primary-active: #5e7100;
    --bs-primary-disabled: #aab589;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 128, 149, 31;
    --primary-light: #a4bb4d;
    --primary-dark: #647700;
    --primary-bg: #f5f7e7;
    --bs-secondary: #00b2ab;
    --bs-accent: #958bff;
    --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: #737b00;
    --bs-warning: #ab4100;
    --bs-danger: #da6980;
    --bs-info: #00a6be;
    --bs-body-bg: #f5f7e9;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #4dd9d1;
    --secondary-dark: #00928c;
    --secondary-bg: #ddeeee;
    --accent-light: #b3aaff;
    --accent-dark: #786bdd;
    --accent-bg: #f2f1f4;
    --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: "Inter", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Cormorant Garamond", serif;
}
