:root {
    --bs-primary: #00744f;
    --bs-primary-hover: #005c39;
    --bs-primary-active: #00512f;
    --bs-primary-disabled: #6a8e7c;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 0, 116, 79;
    --primary-light: #3b9871;
    --primary-dark: #005734;
    --primary-bg: #cbdad2;
    --bs-secondary: #3c8576;
    --bs-accent: #b4699b;
    --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: #84b171;
    --bs-warning: #c66d00;
    --bs-danger: #fa7179;
    --bs-info: #35b6b3;
    --bs-body-bg: #dce7e1;
    --bs-body-color: #171717;
    --bs-secondary-color: #525252;
    --bs-border-color: #e5e5e5;
    --secondary-light: #61aa9a;
    --secondary-dark: #18685a;
    --secondary-bg: #e4f0ed;
    --accent-light: #d587bb;
    --accent-dark: #944b7d;
    --accent-bg: #ece5ec;
    --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: "Inter", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
