:root {
    --bs-primary: #0047e9;
    --bs-primary-hover: #0027cc;
    --bs-primary-active: #000ebe;
    --bs-primary-disabled: #5c7db9;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 0, 71, 233;
    --primary-light: #2a71ff;
    --primary-dark: #001cc5;
    --primary-bg: #b5c2cc;
    --bs-secondary: #a340ac;
    --bs-accent: #8e8600;
    --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: #749448;
    --bs-warning: #e17c2a;
    --bs-danger: #ce7d96;
    --bs-info: #00a5c2;
    --bs-success-rgb: 116, 148, 72;
    --bs-warning-rgb: 225, 124, 42;
    --bs-danger-rgb: 206, 125, 150;
    --bs-info-rgb: 0, 165, 194;
    --bs-body-bg: #c9d5d9;
    --bs-body-color: #0f172a;
    --bs-secondary-color: #475569;
    --bs-border-color: #dbe4ef;
    --secondary-light: #cb66d4;
    --secondary-dark: #831d8d;
    --secondary-bg: #ddd1dd;
    --accent-light: #ada537;
    --accent-dark: #716800;
    --accent-bg: #f6f5e4;
    --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;
}
