:root {
    --bs-primary: #a0036d;
    --bs-primary-hover: #840057;
    --bs-primary-active: #77004b;
    --bs-primary-disabled: #a36786;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 160, 3, 109;
    --primary-light: #c93c91;
    --primary-dark: #7d0051;
    --primary-bg: #cbb7c5;
    --bs-secondary: #c30000;
    --bs-accent: #009e87;
    --bs-light: #fafafa;
    --bs-dark: #111827;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 17, 24, 39;
    --bs-light-rgb: 250, 250, 250;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #98af00;
    --bs-warning: #9c5736;
    --bs-danger: #da4f76;
    --bs-info: #0099a0;
    --bs-body-bg: #d6cfd5;
    --bs-body-color: #111827;
    --bs-secondary-color: #4b5563;
    --bs-border-color: #e5e7eb;
    --secondary-light: #ef4334;
    --secondary-dark: #9f0000;
    --secondary-bg: #c9b6b2;
    --accent-light: #3fbea6;
    --accent-dark: #00806a;
    --accent-bg: #dfeeed;
    --gray-50: #fafafa;
    --gray-100: #e2e2e4;
    --gray-200: #cacbce;
    --gray-300: #b2b4b9;
    --gray-400: #9b9da4;
    --gray-500: #85878f;
    --gray-600: #6f727c;
    --gray-700: #5a5e68;
    --gray-800: #464a55;
    --gray-900: #333743;
    --gray-950: #202532;
    --bs-body-font-family: "Inter", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
