@font-face {
    font-family: 'Italia Std';
    src: url('../fonts/NotoSans-Light.ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3 { font-family: 'Noto Sans', sans-serif; }



.sp-megamenu-parent > li.active > a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
}

#sp-main-body {
    padding: 50px 0;
}

@media only screen and (max-width: 425px) {
    #sp-logo .logo-image {
        height: auto;
    }
}