/********************** Typo ************************* *
 *  1. General
*****************************************************/

 
/********************* 1. Headlines *********************/
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-family: "Hanken Grotesk", serif;
    font-weight: 700;
    color: #212529;
}
 h1 {    
    font-size: 74px;    
    line-height: 1; 
}
h2{
    font-size: 40px;
    line-height: 1.2;
    color: var(--color-dark);
}
h3 {
    font-size: 30px;
    line-height: 1.2;
}
h4{    
    font-size: 24px;
    line-height: 1.2;
    color: var(--color-dark);
    margin-bottom: 24px;
}
h5 {    
    font-size: 20px;
    line-height: 1.2;
}
h6{
  	font-size: 18px;

}

/******************** 3. General ********************/
body{
    font-family: "Hanken Grotesk", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}


p, ul, ol, dl, pre, address, fieldset, figure{
    margin: 0;
    line-height: 1.5;
}
p{
    margin-bottom: 20px;
}
a:hover,
a:focus {
    text-decoration: none;
}
.font-64 { font-size: 64px; line-height: 1; }
.font-40 { font-size: 40px; line-height: 1; }
.font-35 { font-size: 35px; line-height: 1; }
.font-32 { font-size: 32px; line-height: 1.3; }
.font-24 { font-size: 24px; line-height: 1.2;}
.font-22{ font-size: 22px; font-weight: 400; line-height: 33px;}
.font-22{ font-size: 20px;}
.font-14{
    font-size: 14px;
    line-height: 19px;
}
.fw-200{
    font-weight: 200;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
