:root {
    --bs-primary: #de6ca2;
    --bs-primary-hover: #c25489;
    --bs-primary-active: #b5477d;
    --bs-primary-disabled: #dcaac0;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 222, 108, 162;
    --primary-light: #ff92c8;
    --primary-dark: #bc4d83;
    --primary-bg: #e9e1e8;
    --bs-secondary: #dd7441;
    --bs-accent: #73c86b;
    --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: #6c7400;
    --bs-warning: #bb764f;
    --bs-danger: #e05682;
    --bs-info: #007b84;
    --bs-success-rgb: 108, 116, 0;
    --bs-warning-rgb: 187, 118, 79;
    --bs-danger-rgb: 224, 86, 130;
    --bs-info-rgb: 0, 123, 132;
    --bs-body-bg: #eadfea;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #ff9a67;
    --secondary-dark: #bb551f;
    --secondary-bg: #e8e3da;
    --accent-light: #93e98a;
    --accent-dark: #53a74c;
    --accent-bg: #e5efe3;
    --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: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
