:root {
    --bs-primary: #a864aa;
    --bs-primary-hover: #8f4d91;
    --bs-primary-active: #834184;
    --bs-primary-disabled: #b99ab9;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 168, 100, 170;
    --primary-light: #cf88d0;
    --primary-dark: #89478b;
    --primary-bg: #ede7ed;
    --bs-secondary: #bf5f42;
    --bs-accent: #4aa660;
    --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: #49974e;
    --bs-warning: #a44926;
    --bs-danger: #e95a74;
    --bs-info: #00bfc7;
    --bs-success-rgb: 73, 151, 78;
    --bs-warning-rgb: 164, 73, 38;
    --bs-danger-rgb: 233, 90, 116;
    --bs-info-rgb: 0, 191, 199;
    --bs-body-bg: #dbd2da;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #e88365;
    --secondary-dark: #9e4024;
    --secondary-bg: #e5ded8;
    --accent-light: #6bc67e;
    --accent-dark: #278743;
    --accent-bg: #e4efe6;
    --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: "Inter", Arial, sans-serif;
    --bs-monospace-font-family: "JetBrains Mono", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
