:root {
    --bs-primary: #429781;
    --bs-primary-hover: #267f6a;
    --bs-primary-active: #14735f;
    --bs-primary-disabled: #91b3a8;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 66, 151, 129;
    --primary-light: #69bda6;
    --primary-dark: #1d7964;
    --primary-bg: #e8f3f2;
    --bs-secondary: #1f86a8;
    --bs-accent: #bb627d;
    --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: #907b00;
    --bs-warning: #d07e50;
    --bs-danger: #d2656c;
    --bs-info: #00a0b2;
    --bs-body-bg: #e0efeb;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #4dabcf;
    --secondary-dark: #006889;
    --secondary-bg: #e1f0ef;
    --accent-light: #dc809c;
    --accent-dark: #9a4461;
    --accent-bg: #e7dfe4;
    --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;
}
