:root {
    --bs-primary: #519c89;
    --bs-primary-hover: #378471;
    --bs-primary-active: #2a7866;
    --bs-primary-disabled: #99b9af;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 81, 156, 137;
    --primary-light: #77c2ad;
    --primary-dark: #317e6b;
    --primary-bg: #eaf4f3;
    --bs-secondary: #797ab0;
    --bs-accent: #d5818f;
    --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: #91a817;
    --bs-warning: #b35300;
    --bs-danger: #b72b48;
    --bs-info: #009fd6;
    --bs-body-bg: #e4f1ed;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #9d9fd7;
    --secondary-dark: #5d5d91;
    --secondary-bg: #f3f3f5;
    --accent-light: #f7a0ae;
    --accent-dark: #b36371;
    --accent-bg: #efeaec;
    --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: "Montserrat", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
