:root {
    --bs-primary: #008a5e;
    --bs-primary-hover: #007248;
    --bs-primary-active: #00663d;
    --bs-primary-disabled: #7aa38e;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 0, 138, 94;
    --primary-light: #41af81;
    --primary-dark: #006c42;
    --primary-bg: #dbebe3;
    --bs-secondary: #3498ba;
    --bs-accent: #a862af;
    --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: #8a8700;
    --bs-warning: #c56423;
    --bs-danger: #ce566f;
    --bs-info: #00a9be;
    --bs-body-bg: #e0f0ea;
    --bs-body-color: #132018;
    --bs-secondary-color: #4e6355;
    --bs-border-color: #dce8df;
    --secondary-light: #5fbee1;
    --secondary-dark: #007a9a;
    --secondary-bg: #e4f1f1;
    --accent-light: #c980d0;
    --accent-dark: #894590;
    --accent-bg: #e9e1e9;
    --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;
}
