/* ==========================================================
TYPOGRAPHY
========================================================== */

body{

font-family:'Inter',sans-serif;

font-size:16px;

line-height:1.7;

font-weight:400;

color:var(--black);

background:var(--bg-body);

}

/* Headings */

h1{

font-size:clamp(3rem,5vw,4.5rem);

line-height:1.05;

font-weight:800;

letter-spacing:-2px;

}

h2{

font-size:clamp(2.2rem,4vw,3.4rem);

font-weight:800;

line-height:1.15;

letter-spacing:-1px;

}

h3{

font-size:1.75rem;

font-weight:700;

}

h4{

font-size:1.3rem;

font-weight:700;

}

h5{

font-size:1.1rem;

font-weight:600;

}

p{

font-size:17px;

color:var(--gray-500);

line-height:1.8;

}

/* Links */

a{

transition:var(--transition);

}

/* Small Label */

.label{

font-size:13px;

font-weight:700;

letter-spacing:2px;

text-transform:uppercase;

color:var(--primary);

}