body {
    color: var(--text-main);
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.65;
}

h1,
h2,
h3,
h4 {
    color: var(--shirt-primary-deep);
    font-family: var(--font-heading);
    line-height: 1.08;
}

h1,
h2 {
    font-family: var(--font-display);
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

h1 {
    font-size: clamp(2.25rem, 5vw, 4.8rem);
}

h2 {
    font-size: clamp(1.75rem, 3.5vw, 3rem);
}

h3 {
    font-size: clamp(1.2rem, 2vw, 1.65rem);
}

a {
    color: var(--shirt-primary-deep);
    font-weight: 700;
}

p + p {
    margin-top: 0.9rem;
}
