:root {
    --bs-primary: #d190fe;
    --bs-primary-hover: #b777e3;
    --bs-primary-active: #ab6bd6;
    --bs-primary-disabled: #e4c6e6;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 209, 144, 254;
    --primary-light: #f9b7ff;
    --primary-dark: #b171dc;
    --primary-bg: #eee8ee;
    --bs-secondary: #ff838c;
    --bs-accent: #5cd465;
    --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: #6e9300;
    --bs-warning: #b52b00;
    --bs-danger: #fa5f8f;
    --bs-info: #0094ac;
    --bs-body-bg: #eee9ee;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #ffa9b1;
    --secondary-dark: #dc636e;
    --secondary-bg: #e6dedf;
    --accent-light: #7ff685;
    --accent-dark: #37b345;
    --accent-bg: #dcebdc;
    --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: "IBM Plex Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Fira Code", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
