h1 {
   /* color: #3e3937 !important;*/
    font-size: 44px !important;
    font-weight: 400 !important;
    line-height: 110% !important;
  letter-spacing:0 !important;
  margin-bottom:30px !important;
font-family: 'Alata', sans-serif !important;
}


h2 {
    /*color: #242F33 !important;*/
    font-size: 25px !important;
    font-weight: 400 !important;
    margin-bottom: 20px !important;
    letter-spacing: 0px;
  font-family: 'Alata', sans-serif !important;
}

h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
}

/** simple text under headlines or not***/
h4{
    font-size: 17px !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
  line-height: 160% !important;
}
h5 {
    font-size: 11px !important;

    letter-spacing: 2px !important;
    margin-bottom: 20px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    line-height: 1;
    text-rendering: optimizelegibility;
}

b, strong {
    font-weight: 600 !important;
}
