:root {
    --bs-primary: #d9767f;
    --bs-primary-hover: #be5e68;
    --bs-primary-active: #b1525d;
    --bs-primary-disabled: #dcaeb1;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 217, 118, 127;
    --primary-light: #ff9ba4;
    --primary-dark: #b75862;
    --primary-bg: #ebe5e6;
    --bs-secondary: #9a9500;
    --bs-accent: #67c28f;
    --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: #0f7b26;
    --bs-warning: #ca7c53;
    --bs-danger: #d9636f;
    --bs-info: #008cad;
    --bs-body-bg: #e3d7d9;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #bfbb42;
    --secondary-dark: #7c7700;
    --secondary-bg: #f8f9e7;
    --accent-light: #87e3ae;
    --accent-dark: #46a371;
    --accent-bg: #e5f0eb;
    --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: "Fira Code", monospace;
    --bs-headings-font-family: "Merriweather", serif;
}
