:root {
    --bs-primary: #633c94;
    --bs-primary-hover: #4d257b;
    --bs-primary-active: #43186f;
    --bs-primary-disabled: #7d6e96;
    --bs-primary-contrast: #ffffff;
    --bs-primary-rgb: 99, 60, 148;
    --primary-light: #8560bb;
    --primary-dark: #481e75;
    --primary-bg: #c7c0cf;
    --bs-secondary: #87689b;
    --bs-accent: #00750e;
    --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: #889200;
    --bs-warning: #f87d00;
    --bs-danger: #b8526a;
    --bs-info: #009298;
    --bs-body-bg: #d3d1d5;
    --bs-body-color: #171717;
    --bs-secondary-color: #525252;
    --bs-border-color: #e5e5e5;
    --secondary-light: #ac8cc1;
    --secondary-dark: #6a4b7d;
    --secondary-bg: #eee8ee;
    --accent-light: #329334;
    --accent-dark: #005700;
    --accent-bg: #c2d2c1;
    --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: "Rubik", Arial, sans-serif;
    --bs-monospace-font-family: "Source Code Pro", monospace;
    --bs-headings-font-family: "Bricolage Grotesque", sans-serif;
}
