/*==========================================================
TYPOGRAPHY
==========================================================*/

h1,
h2,
h3,
h4,
h5,
h6{

font-family:var(--font-heading);

font-weight:800;

color:var(--heading);

line-height:1.1;

letter-spacing:-0.03em;

}

h1{

font-size:clamp(2.8rem,7vw,5rem);

}

h2{

font-size:clamp(2.1rem,5vw,3.5rem);

}

h3{

font-size:1.5rem;

}

p{

font-size:1.05rem;

line-height:1.9;

color:var(--text);

}

.section-tag{

display:inline-flex;

align-items:center;

justify-content:center;

padding:10px 22px;

border-radius:999px;

background:#EAF4FF;

color:var(--primary);

font-size:.82rem;

font-weight:700;

letter-spacing:.08em;

text-transform:uppercase;

margin-bottom:20px;

}

.section-heading{

text-align:center;

max-width:760px;

margin:0 auto 70px;

}

.section-heading h2{

margin-bottom:20px;

}

.section-heading p{

max-width:680px;

margin:auto;

}