h1, .display { font-family: Impact, "Arial Narrow Bold", sans-serif; }
h2, h3       { font-family: "Poppins", sans-serif; font-weight: 600; }
body         { font-family: "Nunito", sans-serif; font-weight: 300; }


.mob-dot-toggle {
    color: #fff !important;
}
button.menu-toggle:before {
    color: #fff !important;
}
button.menu-toggle.activated:before {
    color: #fff !important;
}


@media only screen and (min-width: 1024px) {
    .main-header .header-items .header-col.logo-item img {
        height: 87px !important;
    }
}