body {
    font-size: 16px;
}

h1, h2, h3, h4 {
    font-weight: var(--font-weight-bold);
    letter-spacing: -0.02em;
}

h1 {
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.08;
}

h2 {
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.15;
}

h3 {
    font-size: 18px;
    line-height: 1.3;
}

h4 {
    font-size: 15px;
    line-height: 1.4;
}

p {
    color: var(--color-secondary);
}

strong {
    font-weight: var(--font-weight-semibold);
    color: var(--color-text);
}
