.http-error h2 {
    font-size: 120px;
}
@media (max-width: 575px) {
    .http-error h2 {
        font-size: 85px !important;
    }
}
.align-right { text-align: right !important; }

.font-medium { font-family: "Artegra Sans Medium" !important; }
.font-italic { font-family: "Artegra Sans Medium Italic" !important; }
.font-semibold { font-family: "Artegra Sans SemiBold" !important; }
.font-semibold-italic { font-family: "Artegra Sans SemiBold Italic" !important; }
.font-bold { font-family: "Artegra Sans Bold" !important; }
.font-bold-italic { font-family: "Artegra Sans Bold Italic" !important; }

#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title { font-size: 1.2em !important; }
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a { font-size: 1em !important; }
h1, h2, h3, h4, h5, h6 { letter-spacing: -0.02em !important;}

.custom-svg-background-img1 {
    background-image: url("../images/backgrounds/background-light.png");
}