* {
    --PrimaryColor1: #694DFF;
    --PrimaryColor2: #641ADD;
    --PrimaryColor3: #3A1D80;
    --PrimaryColor4: #4772FF;
    --PrimaryColor5: #090A3B;
    --PrimaryColor6: #000000;
    --PrimaryColor7: #FFFFFF;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    overflow-x: hidden;
}

button {
    border: none;
}

a {
    text-decoration: none !important;
    color: #fff;
}

a, p, label, button, h1, h2, h3, h4, h5, h6, span {
    font-family: 'Poppins' !important;
}