:root {
    --bs-primary: #c00067;
    --bs-primary-hover: #a30051;
    --bs-primary-active: #950046;
    --bs-primary-disabled: #bc748c;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 192, 0, 103;
    --primary-light: #eb418a;
    --primary-dark: #9c004b;
    --primary-bg: #cebbc6;
    --bs-secondary: #b56a00;
    --bs-accent: #00a88b;
    --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: #5b8238;
    --bs-warning: #c5764c;
    --bs-danger: #ea6784;
    --bs-info: #009cc3;
    --bs-body-bg: #d9d0d8;
    --bs-body-color: #111827;
    --bs-secondary-color: #4b5563;
    --bs-border-color: #e5e7eb;
    --secondary-light: #dd8f3c;
    --secondary-dark: #954c00;
    --secondary-bg: #e9e5d7;
    --accent-light: #42c8a9;
    --accent-dark: #00896d;
    --accent-bg: #deeeed;
    --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: "Fira Code", monospace;
    --bs-headings-font-family: "Cormorant Garamond", serif;
}
