:root {
    --bs-primary: #a19ee8;
    --bs-primary-hover: #8985ce;
    --bs-primary-active: #7d79c0;
    --bs-primary-disabled: #c9c9e3;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 161, 158, 232;
    --primary-light: #c7c4ff;
    --primary-dark: #837fc7;
    --primary-bg: #f7f7f8;
    --bs-secondary: #d18e9f;
    --bs-accent: #72c773;
    --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: #917e20;
    --bs-warning: #c76c00;
    --bs-danger: #b42d5e;
    --bs-info: #008899;
    --bs-body-bg: #f2f1f4;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #fab4c4;
    --secondary-dark: #b07080;
    --secondary-bg: #f3eff2;
    --accent-light: #92e892;
    --accent-dark: #52a755;
    --accent-bg: #e5f0e4;
    --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: "Rubik", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
