:root {
    --bs-primary: #0090e0;
    --bs-primary-hover: #0077c5;
    --bs-primary-active: #006bb8;
    --bs-primary-disabled: #87b2d2;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 0, 144, 224;
    --primary-light: #44b6ff;
    --primary-dark: #0071bf;
    --primary-bg: #dfefee;
    --bs-secondary: #8669ce;
    --bs-accent: #de9b00;
    --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: #688e00;
    --bs-warning: #a66045;
    --bs-danger: #c55866;
    --bs-info: #2faabd;
    --bs-body-bg: #dcf0ef;
    --bs-body-color: #0f172a;
    --bs-secondary-color: #475569;
    --bs-border-color: #dbe4ef;
    --secondary-light: #aa8ef6;
    --secondary-dark: #694bad;
    --secondary-bg: #efebf0;
    --accent-light: #ffbb40;
    --accent-dark: #bd7b00;
    --accent-bg: #f0eedc;
    --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: "Nunito Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
