:root {
    --bs-primary: #00986f;
    --bs-primary-hover: #007f58;
    --bs-primary-active: #00734d;
    --bs-primary-disabled: #84b19d;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 0, 152, 111;
    --primary-light: #45be93;
    --primary-dark: #007953;
    --primary-bg: #deede8;
    --bs-secondary: #1ea0b6;
    --bs-accent: #9d66c4;
    --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: #947400;
    --bs-warning: #a65d2e;
    --bs-danger: #9d4a53;
    --bs-info: #00beb9;
    --bs-body-bg: #d9e6e0;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #53c6dd;
    --secondary-dark: #008197;
    --secondary-bg: #e1f0ef;
    --accent-light: #bc84e6;
    --accent-dark: #7e48a4;
    --accent-bg: #ebe4eb;
    --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: "Manrope", Arial, sans-serif;
    --bs-monospace-font-family: "Fira Code", monospace;
    --bs-headings-font-family: "Merriweather", serif;
}
