.hero-title {
    font-family: var(--font-body);
    font-size: clamp(64px, 8vw, 150px);
    font-weight: 600;
    line-height: 0.82;
    letter-spacing: -0.055em;
}}

h1, .h1 {
    font-family: var(--font-body);
    font-size: clamp(48px, 6vw, 96px);
    line-height: 0.95;
    font-weight: 600;
    letter-spacing: -0.03em;
}

h2, .h2 {
    font-family: var(--font-body);
    font-size: clamp(40px, 4vw, 68px);
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.02em;
}

h3, .h3 {
    font-family: var(--font-body);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}

.text-small {
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 500;
}

.text-body {
    font-size: 15px;
    line-height: 1.6;
}

.text-label {
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--font-body);
}
