:root {
    --bs-primary: #0053dc;
    --bs-primary-hover: #0037c0;
    --bs-primary-active: #0027b3;
    --bs-primary-disabled: #6283bc;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 0, 83, 220;
    --primary-light: #2f7aff;
    --primary-dark: #002fba;
    --primary-bg: #bbc8d0;
    --bs-secondary: #7435b4;
    --bs-accent: #bb1200;
    --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: #949d24;
    --bs-warning: #f47330;
    --bs-danger: #b15559;
    --bs-info: #3fb2b5;
    --bs-body-bg: #d2d9dc;
    --bs-body-color: #0f172a;
    --bs-secondary-color: #475569;
    --bs-border-color: #dbe4ef;
    --secondary-light: #975cdc;
    --secondary-dark: #580d93;
    --secondary-bg: #cfc5d3;
    --accent-light: #df402d;
    --accent-dark: #970000;
    --accent-bg: #c6b3ae;
    --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: "IBM Plex Mono", monospace;
    --bs-headings-font-family: "Cormorant Garamond", serif;
}
