:root {
    --bs-primary: #007f66;
    --bs-primary-hover: #006750;
    --bs-primary-active: #005b45;
    --bs-primary-disabled: #73998d;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 0, 127, 102;
    --primary-light: #3ea38a;
    --primary-dark: #00614b;
    --primary-bg: #d6e6e0;
    --bs-secondary: #458e8d;
    --bs-accent: #ce6e8a;
    --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: #52a867;
    --bs-warning: #b45f3f;
    --bs-danger: #cc6582;
    --bs-info: #008a93;
    --bs-body-bg: #e0ebe7;
    --bs-body-color: #171717;
    --bs-secondary-color: #525252;
    --bs-border-color: #e5e5e5;
    --secondary-light: #6bb4b2;
    --secondary-dark: #24716f;
    --secondary-bg: #e9f3f3;
    --accent-light: #f08da8;
    --accent-dark: #ac516c;
    --accent-bg: #ece6eb;
    --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: "Rubik", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
