
@font-face {
    font-family: "Archia-Regular", sans-serif;
    src: url("./font/Archia-Regular.ttf") format("ttf"), url("./font/Archia-Regular.woff") format("woff"), url("./font/Archia-Regular.woff2") format("woff2");
}

.newsroom-page .nav-main li a.active {
    text-decoration: none;
    border-bottom: 1px solid #000;
}
@media only screen and (max-width: 1024px) {
    .newsroom-page .nav-main li a.active {
        font-size: 22px !important;
        border-bottom: none !important;
    }
}