:root {
    --bs-primary: #538a5a;
    --bs-primary-hover: #3c7244;
    --bs-primary-active: #306739;
    --bs-primary-disabled: #8ea791;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 83, 138, 90;
    --primary-light: #77af7e;
    --primary-dark: #366d3f;
    --primary-bg: #e8f2e9;
    --bs-secondary: #2888a0;
    --bs-accent: #c37e92;
    --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: #4a9200;
    --bs-warning: #d3866a;
    --bs-danger: #e1698d;
    --bs-info: #008191;
    --bs-body-bg: #ebf3ec;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #53aec6;
    --secondary-dark: #006b82;
    --secondary-bg: #e2f0f0;
    --accent-light: #e49cb1;
    --accent-dark: #a26075;
    --accent-bg: #f2eef2;
    --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: "Source Code Pro", monospace;
    --bs-headings-font-family: "Cormorant Garamond", serif;
}
