:root {
    --bs-primary: #375faa;
    --bs-primary-hover: #214891;
    --bs-primary-active: #163c84;
    --bs-primary-disabled: #7285a8;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 55, 95, 170;
    --primary-light: #5883d2;
    --primary-dark: #1c428b;
    --primary-bg: #c9d1d9;
    --bs-secondary: #8a3d7e;
    --bs-accent: #bd6b00;
    --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: #6d9600;
    --bs-warning: #b56133;
    --bs-danger: #e05667;
    --bs-info: #008fb3;
    --bs-success-rgb: 109, 150, 0;
    --bs-warning-rgb: 181, 97, 51;
    --bs-danger-rgb: 224, 86, 103;
    --bs-info-rgb: 0, 143, 179;
    --bs-body-bg: #dbe0e3;
    --bs-body-color: #0f172a;
    --bs-secondary-color: #475569;
    --bs-border-color: #dbe4ef;
    --secondary-light: #b061a3;
    --secondary-dark: #6b2061;
    --secondary-bg: #d9cbd7;
    --accent-light: #de8936;
    --accent-dark: #9c4d00;
    --accent-bg: #e6e1d3;
    --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: "Manrope", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
