/*
 * Placeholder theme-default.css
 * Created to prevent 404 errors.
 * Please replace this with the original Vuexy theme-default.css if available.
 */
:root {
    --bs-primary: #696cff;
    --bs-secondary: #8592a3;
    --bs-success: #71dd37;
    --bs-info: #03c3ec;
    --bs-warning: #ffab00;
    --bs-danger: #ff3e1d;
    --bs-light: #fcfdfd;
    --bs-dark: #233446;
}
