.iq-eyebrow { ... }

.iq-section-title { ... }

.iq-section-description { ... }

/* ==========================================
   TYPOGRAPHY
========================================== */

h1,
.iq-h1{
    font-family:var(--font-display);
    font-size:clamp(2.5rem,6vw,4.5rem);
    line-height:1.1;
    font-weight:700;
}

h2,
.iq-h2{
    font-family:var(--font-display);
    font-size:clamp(2rem,5vw,3.25rem);
    line-height:1.2;
    font-weight:700;
}

h3,
.iq-h3{
    font-family:var(--font-display);
    font-size:clamp(1.5rem,4vw,2rem);
    line-height:1.25;
}

h4,
.iq-h4{

    font-size:1.25rem;

}

p{

    color:var(--foreground);

}