:root {
    --bs-primary: #72be78;
    --bs-primary-hover: #5aa460;
    --bs-primary-active: #4d9854;
    --bs-primary-disabled: #b8d9b9;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 114, 190, 120;
    --primary-light: #98e59d;
    --primary-dark: #539e5a;
    --primary-bg: #e8f1e8;
    --bs-secondary: #00b3be;
    --bs-accent: #f383c6;
    --bs-light: #fbfcff;
    --bs-dark: #1d2433;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 29, 36, 51;
    --bs-light-rgb: 251, 252, 255;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #999030;
    --bs-warning: #c4633e;
    --bs-danger: #dd3c71;
    --bs-info: #00c4c6;
    --bs-body-bg: #e5f2e5;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #4edae5;
    --secondary-dark: #00949e;
    --secondary-bg: #dceeed;
    --accent-light: #ffa3e6;
    --accent-dark: #d164a6;
    --accent-bg: #e9e1e9;
    --gray-50: #fbfcff;
    --gray-100: #e4e5ea;
    --gray-200: #cdcfd6;
    --gray-300: #b7bac2;
    --gray-400: #a1a4ae;
    --gray-500: #8c909b;
    --gray-600: #777b88;
    --gray-700: #636876;
    --gray-800: #4f5564;
    --gray-900: #3c4253;
    --gray-950: #2a3142;
    --bs-body-font-family: "Inter", Arial, sans-serif;
    --bs-monospace-font-family: "IBM Plex Mono", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
