:root {
    --bs-primary: #426fb1;
    --bs-primary-hover: #2b5797;
    --bs-primary-active: #204c8b;
    --bs-primary-disabled: #7f94b3;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 66, 111, 177;
    --primary-light: #6593d8;
    --primary-dark: #265191;
    --primary-bg: #d7e0e4;
    --bs-secondary: #7f4a7d;
    --bs-accent: #7f7218;
    --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: #68904c;
    --bs-warning: #d67200;
    --bs-danger: #c22d4b;
    --bs-info: #0092a8;
    --bs-body-bg: #edf6f6;
    --bs-body-color: #0f172a;
    --bs-secondary-color: #475569;
    --bs-border-color: #dbe4ef;
    --secondary-light: #a56da2;
    --secondary-dark: #622f60;
    --secondary-bg: #dcd1db;
    --accent-light: #9d903c;
    --accent-dark: #625500;
    --accent-bg: #e3e1d3;
    --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: "Montserrat", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "DM Serif Display", serif;
}
