body {
    font: 20px/1.7 Georgia, serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.logo {
    line-height: 1; /* Aligns image vertically */
}

.logo a {
    text-decoration: none;
}
.logo img {
    height: 120px;
}

.tagline {
    font: .8rem Inter, sans-serif;
    color: var(--text-light);
    margin-top: .25rem;
}

h2 {
    font: 700 3.5rem/1.1 'Times New Roman', Times, serif;
    letter-spacing: -0.02em;
}

h3 {
    font: 700 1.5rem/1.3 'Times New Roman', Times, serif;
}

.eyebrow {
    font: 700 .8rem Inter, sans-serif;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--text-light);
}