:root {
    --bs-primary: #b83f73;
    --bs-primary-hover: #9d245c;
    --bs-primary-active: #8f1451;
    --bs-primary-disabled: #bc8496;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 184, 63, 115;
    --primary-light: #e26596;
    --primary-dark: #961d56;
    --primary-bg: #dbced6;
    --bs-secondary: #c0462b;
    --bs-accent: #69912e;
    --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: #816500;
    --bs-warning: #b54201;
    --bs-danger: #c76278;
    --bs-info: #00afc3;
    --bs-body-bg: #e7dee7;
    --bs-body-color: #111827;
    --bs-secondary-color: #4b5563;
    --bs-border-color: #e5e7eb;
    --secondary-light: #ea6c50;
    --secondary-dark: #9e2404;
    --secondary-bg: #d9cec8;
    --accent-light: #86b14f;
    --accent-dark: #4d7300;
    --accent-bg: #ebf2e2;
    --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: "Manrope", Arial, sans-serif;
    --bs-monospace-font-family: "Fira Code", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
