:root {
    --bs-primary: #00bfd6;
    --bs-primary-hover: #00a6bc;
    --bs-primary-active: #0099af;
    --bs-primary-disabled: #a5dbe5;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 0, 191, 214;
    --primary-light: #51e7fe;
    --primary-dark: #00a0b5;
    --primary-bg: #daecec;
    --bs-secondary: #b586de;
    --bs-accent: #e589a3;
    --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: #667e00;
    --bs-warning: #d6805c;
    --bs-danger: #cd5f7a;
    --bs-info: #00a7c7;
    --bs-body-bg: #d6eeed;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #dcacff;
    --secondary-dark: #9668bd;
    --secondary-bg: #f2eef2;
    --accent-light: #ffa8c3;
    --accent-dark: #c36a85;
    --accent-bg: #eee8ed;
    --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;
}
