:root {
    --bs-primary: #4f3baa;
    --bs-primary-hover: #3c2090;
    --bs-primary-active: #331083;
    --bs-primary-disabled: #706ea0;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 79, 59, 170;
    --primary-light: #6e60d2;
    --primary-dark: #371989;
    --primary-bg: #bdbcca;
    --bs-secondary: #9060ae;
    --bs-accent: #a36600;
    --bs-light: #fafafa;
    --bs-dark: #1f1f1f;
    --bs-white: #ffffff;
    --bs-black: #000000;
    --bs-dark-rgb: 31, 31, 31;
    --bs-light-rgb: 250, 250, 250;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-success: #008200;
    --bs-warning: #ca5f00;
    --bs-danger: #e2456d;
    --bs-info: #00918f;
    --bs-body-bg: #c7c6ce;
    --bs-body-color: #171717;
    --bs-secondary-color: #525252;
    --bs-border-color: #e5e5e5;
    --secondary-light: #b584d5;
    --secondary-dark: #72438e;
    --secondary-bg: #eae3ea;
    --accent-light: #c38432;
    --accent-dark: #834900;
    --accent-bg: #e3dccf;
    --gray-50: #fafafa;
    --gray-100: #e3e3e3;
    --gray-200: #cccccc;
    --gray-300: #b5b5b5;
    --gray-400: #9f9f9f;
    --gray-500: #8a8a8a;
    --gray-600: #757575;
    --gray-700: #616161;
    --gray-800: #4d4d4d;
    --gray-900: #3b3b3b;
    --gray-950: #292929;
    --bs-body-font-family: "Work Sans", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Libre Baskerville", serif;
}
