/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
:root
{
    font-size: 15px;
}
body {
    font-family: "Adobe Clean", Poppins, Helvetica, sans-serif;
    font-size: 1rem
}

header.header.sticky {
    padding: 5px 20px
}

@media (max-width:991px) {
    header.header.sticky {
        padding: 15px 15px 5px 15px
    }
}

.main-menu>ul>li span>a {
    font-size: 1.1rem;
    font-weight: 500
}