:root {
    --bs-primary: #4567da;
    --bs-primary-hover: #304ebe;
    --bs-primary-active: #2741b1;
    --bs-primary-disabled: #8094c6;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 69, 103, 218;
    --primary-light: #668dff;
    --primary-dark: #2c48b8;
    --primary-bg: #d4dce1;
    --bs-secondary: #a755ad;
    --bs-accent: #e27500;
    --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: #948a00;
    --bs-warning: #d0855a;
    --bs-danger: #c85c7e;
    --bs-info: #0095c7;
    --bs-body-bg: #ebf0f1;
    --bs-body-color: #0f172a;
    --bs-secondary-color: #475569;
    --bs-border-color: #dbe4ef;
    --secondary-light: #ce7ad4;
    --secondary-dark: #87378e;
    --secondary-bg: #e6dde6;
    --accent-light: #ff953b;
    --accent-dark: #c05600;
    --accent-bg: #e7e2d3;
    --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: "Plus Jakarta Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
