:root {
    --bs-primary: #007741;
    --bs-primary-hover: #005f2b;
    --bs-primary-active: #005421;
    --bs-primary-disabled: #6b9077;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 0, 119, 65;
    --primary-light: #3b9c63;
    --primary-dark: #005a26;
    --primary-bg: #cddcd1;
    --bs-secondary: #0b648d;
    --bs-accent: #a96291;
    --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: #a27d00;
    --bs-warning: #ba4604;
    --bs-danger: #d35c84;
    --bs-info: #009bb1;
    --bs-body-bg: #e5eee9;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #3b88b3;
    --secondary-dark: #00476f;
    --secondary-bg: #c4d1d7;
    --accent-light: #ca80b0;
    --accent-dark: #8a4673;
    --accent-bg: #e9e0e8;
    --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: "Fira Code", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
