:root {
    --bs-primary: #586eff;
    --bs-primary-hover: #4454e3;
    --bs-primary-active: #3a46d5;
    --bs-primary-disabled: #8c9ccb;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 88, 110, 255;
    --primary-light: #7895ff;
    --primary-dark: #3f4ddc;
    --primary-bg: #e1e7ea;
    --bs-secondary: #c55ca4;
    --bs-accent: #7a8f00;
    --bs-light: #f7fafc;
    --bs-dark: #162033;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 22, 32, 51;
    --bs-light-rgb: 247, 250, 252;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #9b7d00;
    --bs-warning: #d35f02;
    --bs-danger: #d97a88;
    --bs-info: #0090a3;
    --bs-body-bg: #e3eaed;
    --bs-body-color: #0f172a;
    --bs-secondary-color: #475569;
    --bs-border-color: #dbe4ef;
    --secondary-light: #ee81ca;
    --secondary-dark: #a33d85;
    --secondary-bg: #e9e1e9;
    --accent-light: #98ae37;
    --accent-dark: #5e7100;
    --accent-bg: #f0f5e2;
    --gray-50: #f8fafc;
    --gray-100: #e1e4e8;
    --gray-200: #cacdd3;
    --gray-300: #b3b8c0;
    --gray-400: #9da3ac;
    --gray-500: #888e99;
    --gray-600: #737a87;
    --gray-700: #5e6674;
    --gray-800: #4b5463;
    --gray-900: #384152;
    --gray-950: #253041;
    --bs-body-font-family: "DM Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Fira Code", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
