:root {
    --bs-primary: #3e74f0;
    --bs-primary-hover: #285bd4;
    --bs-primary-active: #1d4ec7;
    --bs-primary-disabled: #839eca;
    --bs-primary-contrast: #000000;
    --bs-primary-rgb: 62, 116, 240;
    --primary-light: #619bff;
    --primary-dark: #2254ce;
    --primary-bg: #dce7ea;
    --bs-secondary: #b65a9c;
    --bs-accent: #8f9400;
    --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: #499200;
    --bs-warning: #e37e43;
    --bs-danger: #e67898;
    --bs-info: #00a7b7;
    --bs-success-rgb: 73, 146, 0;
    --bs-warning-rgb: 227, 126, 67;
    --bs-danger-rgb: 230, 120, 152;
    --bs-info-rgb: 0, 167, 183;
    --bs-body-bg: #e6f0f0;
    --bs-body-color: #0f172a;
    --bs-secondary-color: #475569;
    --bs-border-color: #dbe4ef;
    --secondary-light: #de7fc2;
    --secondary-dark: #953c7e;
    --secondary-bg: #e8e0e8;
    --accent-light: #adb339;
    --accent-dark: #727500;
    --accent-bg: #f9f9e7;
    --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: "Rubik", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Playfair Display", serif;
}
