:root {
    --bs-primary: #367ffe;
    --bs-primary-hover: #1b65e2;
    --bs-primary-active: #0a58d4;
    --bs-primary-disabled: #86a6ce;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 54, 127, 254;
    --primary-light: #5ba6ff;
    --primary-dark: #135fdb;
    --primary-bg: #e3f0f0;
    --bs-secondary: #9457ca;
    --bs-accent: #df5d00;
    --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: #337b27;
    --bs-warning: #dc6600;
    --bs-danger: #b51b56;
    --bs-info: #0090a3;
    --bs-body-bg: #e7eeee;
    --bs-body-color: #0f172a;
    --bs-secondary-color: #475569;
    --bs-border-color: #dbe4ef;
    --secondary-light: #b97df3;
    --secondary-dark: #7638a9;
    --secondary-bg: #e8dfe7;
    --accent-light: #ff7d37;
    --accent-dark: #bc3c00;
    --accent-bg: #e1dace;
    --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: "Montserrat", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Merriweather", serif;
}
