body {
    font-size: calc(12px + (18 - 12) * ((100vw - 300px) / (1600 - 300))) !important;
    line-height: calc(1.5em + (1.5 - 1.2) * ((100vw - 300px) / (1600 - 300))) !important;
    font-family: pt-sans-pro-narrow, sans-serif;
    font-weight: 300;
}

.nav {
    --bs-nav-link-padding-y: 0.1rem;
}

#main-navbar {
    .nav-link {
        font-size: 130%;
        font-weight: 400;
        --bs-nav-link-font-weight: 400;
    }
}

h1 {
    margin-bottom: 2rem;
}

.hh-slider figcaption p {
    font-weight: 500;
    font-size: 180%;
}