.page-title {
    font-size: clamp(2.25rem, 4vw, 3.25rem);
    font-weight: 300;
    letter-spacing: -.012em;
    line-height: 1.08;
}

@media (max-width: 768px) {
    .page-title {
        font-size: clamp(2rem, 9vw, 2.35rem);
        line-height: 1.12;
    }
}

.footer-archive-nav {
    font-size: .82rem;
    margin-top: .2rem;
}
