body {
    font-family: 'Rubik'!important;
}
html * {
    font-family: 'Rubik'!important;
}
.navbar-menu .navbar-nav .nav-link{
    font-family: 'Rubik'!important;
}

.help-block {
    color: red;
}

.main-auth-text {
    font-size: 20px;
    margin-left: 5px;
}

#auth-particles {
    background-size: auto;
}

.carousel-indicators {
    bottom: -55px;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: black!important;
}

.carousel-indicators [data-bs-target]{
    border-radius: 50%;
    width: 10px;
    height: 0px;
    border-top: 3px solid transparent;
    border-bottom: 8px solid transparent;
    background: silver!important;
}

.carousel-indicators .active {
    background: #3F5189!important;
}
