:root {
    --bs-primary: #007c84;
    --bs-primary-hover: #00656c;
    --bs-primary-active: #005961;
    --bs-primary-disabled: #73989b;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 0, 124, 132;
    --primary-light: #3ea1a9;
    --primary-dark: #005f67;
    --primary-bg: #d7e6e7;
    --bs-secondary: #7b6caf;
    --bs-accent: #ce7e9c;
    --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: #67aa48;
    --bs-warning: #dc7e1f;
    --bs-danger: #f75c6e;
    --bs-info: #007fa4;
    --bs-body-bg: #eaf0f0;
    --bs-body-color: #111827;
    --bs-secondary-color: #4b5563;
    --bs-border-color: #e5e7eb;
    --secondary-light: #9f91d6;
    --secondary-dark: #5f508f;
    --secondary-bg: #ece9ee;
    --accent-light: #f09dbb;
    --accent-dark: #ad607e;
    --accent-bg: #f0ebf0;
    --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: "Montserrat", Arial, sans-serif;
    --bs-monospace-font-family: "IBM Plex Mono", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
