/* =========================================================
   03. TYPOGRAPHY
========================================================= */
body,
p,
li,
a,
span,
label,
small,
button,
input,
textarea,
select{
    font-family:var(--font-primary);
}

h1,
h2,
h3,
h4,
h5,
h6{
    margin:0;
    color:var(--dark);
    font-family:var(--font-primary);
    line-height:1.12;
    letter-spacing:0;
}

h1{
    font-size:34px;
    font-weight:600;
    line-height:1.15;
}

h2{
    font-size:30px;
    font-weight:650;
    line-height:1.2;
}

h3{
    font-weight:650;
}

p{
    margin:0;
}

.lead{
    font-size:16px;
    line-height:1.75;
}
