:root {
    --bs-primary: #006bdb;
    --bs-primary-hover: #0052bf;
    --bs-primary-active: #0045b2;
    --bs-primary-disabled: #7195c5;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 0, 107, 219;
    --primary-light: #3891ff;
    --primary-dark: #004bb9;
    --primary-bg: #ccdbdf;
    --bs-secondary: #9360be;
    --bs-accent: #db6000;
    --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: #527e00;
    --bs-warning: #ba3c00;
    --bs-danger: #d15266;
    --bs-info: #00a2c1;
    --bs-success-rgb: 82, 126, 0;
    --bs-warning-rgb: 186, 60, 0;
    --bs-danger-rgb: 209, 82, 102;
    --bs-info-rgb: 0, 162, 193;
    --bs-body-bg: #dae8ea;
    --bs-body-color: #0f172a;
    --bs-secondary-color: #475569;
    --bs-border-color: #dbe4ef;
    --secondary-light: #b884e6;
    --secondary-dark: #75429e;
    --secondary-bg: #ebe4eb;
    --accent-light: #fe8037;
    --accent-dark: #b84000;
    --accent-bg: #e3dbcf;
    --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: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
