.gtexd-eyebrow {
    margin: 0 0 var(--gtexd-space-2);
    color: var(--gtexd-color-accent);
    font-family: var(--gtexd-font-display);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.gtexd-heading,
.gtexd-title,
.gtexd-card__title,
.gtexd-section-title__text {
    margin: 0;
    color: var(--gtexd-color-text-strong);
    font-family: var(--gtexd-font-display);
    font-weight: 700;
}

.gtexd-heading--hero {
    font-size: clamp(32px, 4vw, 52px);
    line-height: .96;
    text-transform: uppercase;
}

.gtexd-heading--section,
.gtexd-section-title__text {
    font-size: 27px;
    line-height: 1;
    letter-spacing: .02em;
}

.gtexd-lead {
    margin: var(--gtexd-space-6) 0 0;
    max-width: 820px;
    color: var(--gtexd-color-muted-strong);
    font-size: 17px;
    line-height: 1.55;
}

.gtexd-copy {
    color: var(--gtexd-color-muted);
    font-size: 14px;
    line-height: 1.6;
}
