/* START TYPOGRAPHY */
.heading-primary {
    color: var(--Neutral-800);
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.25;
}

.heading-secondary--large {
    color: var(--Neutral-800);
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.3;
}

.heading-secondary--medium {
    color: var(--Neutral-800);
    font-size: 3rem;
    font-weight: 700;
    line-height: 4.8rem;
}

.heading-tertiary--large {
    color: var(--Neutral-800);
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.3;
}

.heading-tertiary--medium {
    color: var(--Neutral-800);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
}

.paragraph--large {
    color: var(--Neutral-600);
    font-size: 1.8rem;
    line-height: 1.4;
}

.paragraph--small {
    color: var(--Neutral-600);
    font-size: 1.4rem;
}
/* END TYPOGRAPHY */