html {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--color-text);
    background: var(--color-background);
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    line-height: 1.6;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    color: var(--color-text);
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 24px;
}

p {
    margin: 0;
}

a {
    color: inherit;
}

.eyebrow {
    color: var(--color-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.section-title {
    max-width: 690px;
    margin-bottom: 34px;
}

.section-title--centered {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.section-title h2 {
    margin-top: 12px;
}

.section-title p:not(.eyebrow) {
    max-width: 620px;
    margin-top: 12px;
    color: var(--color-text-muted);
    font-size: 17px;
}

.section-title--centered p:not(.eyebrow) {
    margin-right: auto;
    margin-left: auto;
}
