:root {
    --bs-primary: #44ae61;
    --bs-primary-hover: #259549;
    --bs-primary-active: #0f893d;
    --bs-primary-disabled: #9dc7a4;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 68, 174, 97;
    --primary-light: #6dd585;
    --primary-dark: #1b8f43;
    --primary-bg: #e1eee4;
    --bs-secondary: #00a5c3;
    --bs-accent: #eb5f7f;
    --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: #93791d;
    --bs-warning: #b86d31;
    --bs-danger: #c84f57;
    --bs-info: #009aab;
    --bs-success-rgb: 147, 121, 29;
    --bs-warning-rgb: 184, 109, 49;
    --bs-danger-rgb: 200, 79, 87;
    --bs-info-rgb: 0, 154, 171;
    --bs-body-bg: #daeede;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #4acceb;
    --secondary-dark: #0086a4;
    --secondary-bg: #deeeee;
    --accent-light: #ff7f9d;
    --accent-dark: #c83e62;
    --accent-bg: #e2d9de;
    --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: "Work Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Cormorant Garamond", serif;
}
