:root {
    --bs-primary: #7682d4;
    --bs-primary-hover: #5f6ab9;
    --bs-primary-active: #545eac;
    --bs-primary-disabled: #a4acd2;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 118, 130, 212;
    --primary-light: #99a7fc;
    --primary-dark: #5a64b3;
    --primary-bg: #f3f6f7;
    --bs-secondary: #d77580;
    --bs-accent: #c1891b;
    --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: #8e8905;
    --bs-warning: #ce8361;
    --bs-danger: #9c4761;
    --bs-info: #008ea9;
    --bs-body-bg: #dee1e7;
    --bs-body-color: #172033;
    --bs-secondary-color: #586177;
    --bs-border-color: #e4e8f0;
    --secondary-light: #ff9ba4;
    --secondary-dark: #b55763;
    --secondary-bg: #ece5e7;
    --accent-light: #e2a845;
    --accent-dark: #a16a00;
    --accent-bg: #f2f1e1;
    --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: "DM Sans", Arial, sans-serif;
    --bs-monospace-font-family: "IBM Plex Mono", monospace;
    --bs-headings-font-family: "DM Serif Display", serif;
}
