:root {
    --bs-primary: #009746;
    --bs-primary-hover: #007f2e;
    --bs-primary-active: #007222;
    --bs-primary-disabled: #81af8b;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 0, 151, 70;
    --primary-light: #44be6a;
    --primary-dark: #007828;
    --primary-bg: #daeade;
    --bs-secondary: #009ce9;
    --bs-accent: #d664a5;
    --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: #479525;
    --bs-warning: #dd5c00;
    --bs-danger: #ff5f75;
    --bs-info: #008d9a;
    --bs-body-bg: #dfebe2;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #48c3ff;
    --secondary-dark: #007cc7;
    --secondary-bg: #ddeeee;
    --accent-light: #f983c4;
    --accent-dark: #b44586;
    --accent-bg: #e8dfe8;
    --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: "Bricolage Grotesque", sans-serif;
}
