:root {
    --bs-primary: #db7e95;
    --bs-primary-hover: #c0667d;
    --bs-primary-active: #b35a71;
    --bs-primary-disabled: #dfb5be;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 219, 126, 149;
    --primary-light: #ffa3ba;
    --primary-dark: #b96077;
    --primary-bg: #ede7eb;
    --bs-secondary: #da9f73;
    --bs-accent: #00b6b6;
    --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: #87a346;
    --bs-warning: #d48645;
    --bs-danger: #c26f81;
    --bs-info: #00a0ba;
    --bs-success-rgb: 135, 163, 70;
    --bs-warning-rgb: 212, 134, 69;
    --bs-danger-rgb: 194, 111, 129;
    --bs-info-rgb: 0, 160, 186;
    --bs-body-bg: #eae4e8;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #ffc598;
    --secondary-dark: #b98055;
    --secondary-bg: #f3f0e8;
    --accent-light: #46d6d6;
    --accent-dark: #009697;
    --accent-bg: #dceded;
    --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: "Bricolage Grotesque", sans-serif;
}
