body {
    font-family: var(--font-sans);
    font-size: clamp(1rem, 1vw + 0.2rem, 1.05rem);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    letter-spacing: -0.02em;
    line-height: 1.02;
    margin: 0;
}

h1 {
    font-size: clamp(3rem, 4.5vw, 4rem);
    font-weight: 400;
    max-width: 13ch;
    letter-spacing: -0.02em;
}

p {
    margin: 0;
}

button, .button, a.button {
    font-family: var(--font-sans);
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
