:root {
    --bs-primary: #22925a;
    --bs-primary-hover: #007944;
    --bs-primary-active: #006d39;
    --bs-primary-disabled: #83ab91;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 34, 146, 90;
    --primary-light: #50b77e;
    --primary-dark: #00733e;
    --primary-bg: #deede4;
    --bs-secondary: #2ea392;
    --bs-accent: #f26eb1;
    --bs-light: #fafafa;
    --bs-dark: #1f1f1f;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 31, 31, 31;
    --bs-light-rgb: 250, 250, 250;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #6aa836;
    --bs-warning: #ce805e;
    --bs-danger: #a73e4d;
    --bs-info: #00bfb7;
    --bs-body-bg: #e6edea;
    --bs-body-color: #171717;
    --bs-secondary-color: #525252;
    --bs-border-color: #e5e5e5;
    --secondary-light: #5cc9b7;
    --secondary-dark: #008474;
    --secondary-bg: #e3f1f0;
    --accent-light: #ff8ed1;
    --accent-dark: #ce4e92;
    --accent-bg: #e5dbe5;
    --gray-50: #fafafa;
    --gray-100: #e3e3e3;
    --gray-200: #cccccc;
    --gray-300: #b5b5b5;
    --gray-400: #9f9f9f;
    --gray-500: #8a8a8a;
    --gray-600: #757575;
    --gray-700: #616161;
    --gray-800: #4d4d4d;
    --gray-900: #3b3b3b;
    --gray-950: #292929;
    --bs-body-font-family: "DM Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
