:root {
    --bs-primary: #009d57;
    --bs-primary-hover: #008440;
    --bs-primary-active: #007834;
    --bs-primary-disabled: #86b594;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 0, 157, 87;
    --primary-light: #46c37b;
    --primary-dark: #007e3a;
    --primary-bg: #dcece2;
    --bs-secondary: #00afc2;
    --bs-accent: #e37885;
    --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: #687000;
    --bs-warning: #b47149;
    --bs-danger: #fb727f;
    --bs-info: #008c92;
    --bs-body-bg: #e1ebe5;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #4dd6e9;
    --secondary-dark: #0090a2;
    --secondary-bg: #ddeeed;
    --accent-light: #ff97a3;
    --accent-dark: #c15968;
    --accent-bg: #eae3e5;
    --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: "Montserrat", Arial, sans-serif;
    --bs-monospace-font-family: "Fira Code", monospace;
    --bs-headings-font-family: "Merriweather", serif;
}
