h1,
h2,
h3 {
    margin: 0;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.05;
}

h1 {
    font-size: clamp(4rem, 9vw, 8rem);
}

h2 {
    font-size: clamp(2.5rem, 5vw, 5rem);

}

h3 {
    font-size: 2rem;
}

p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--color-text);
}

.accent {
    color: var(--color-gold);
}

.uppercase {
    text-transform: uppercase;
    letter-spacing: .35em;
    font-size: .8rem;

}