:root {
    --bs-primary: #008b55;
    --bs-primary-hover: #00733e;
    --bs-primary-active: #006733;
    --bs-primary-disabled: #7aa48a;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 0, 139, 85;
    --primary-light: #41b178;
    --primary-dark: #006d39;
    --primary-bg: #daebe1;
    --bs-secondary: #119ed8;
    --bs-accent: #9c6fc6;
    --bs-light: #fafafa;
    --bs-dark: #111827;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 17, 24, 39;
    --bs-light-rgb: 250, 250, 250;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #64863b;
    --bs-warning: #ce6202;
    --bs-danger: #b95768;
    --bs-info: #008cac;
    --bs-body-bg: #e2eee8;
    --bs-body-color: #111827;
    --bs-secondary-color: #4b5563;
    --bs-border-color: #e5e7eb;
    --secondary-light: #4dc4ff;
    --secondary-dark: #007fb7;
    --secondary-bg: #dfefee;
    --accent-light: #bb8ee7;
    --accent-dark: #7e52a5;
    --accent-bg: #f0eaf0;
    --gray-50: #fafafa;
    --gray-100: #e2e2e4;
    --gray-200: #cacbce;
    --gray-300: #b2b4b9;
    --gray-400: #9b9da4;
    --gray-500: #85878f;
    --gray-600: #6f727c;
    --gray-700: #5a5e68;
    --gray-800: #464a55;
    --gray-900: #333743;
    --gray-950: #202532;
    --bs-body-font-family: "Nunito Sans", Arial, sans-serif;
    --bs-monospace-font-family: "IBM Plex Mono", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
