h1 {
   font-size: 3em !important;
    letter-spacing: 0;
    margin-bottom: 20px !important;
    line-height: 110% !important;
  font-weight: inherit !important;
     
}

h2 {
    font-size: 1.7em !important;
     letter-spacing: 0;
 margin-bottom: 20px !important;
line-height: 140% !important;
  font-weight: inherit !important;
}

h3 {
  font-size: 1.3em !important;
    letter-spacing: 0;
 margin-bottom: 20px !important;
line-height: 150% !important;
  font-weight: inherit !important;
   
}


h4 {
    
  font-size: 1em !important;
  letter-spacing: 0;
 margin-bottom: 10px !important;
line-height: 140% !important;
 font-weight: 500 !important;
}

h5 {
    
  font-size: 0.75em !important;
  letter-spacing: 0;
  margin-bottom: 0 !important;
line-height: 140% !important;
  font-weight: inherit !important;
}

h6 {
    font-size: 0.6em !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    line-height: 140% !important;
    font-weight: 600 !important;
}


h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    line-height: 1;
    text-rendering: optimizelegibility;
 /* display: inherit;*/ /** why ? ***/

}


/* for MONOSPACE ***/
/*
.thin {
  font-weight: 200 !important;
}
.extrathin {
   font-weight: 100 !important;
}
.bold {
   font-weight: 500 !important;
}
.extrabold {
   font-weight: 700 !important;
}
*/

/* for SANS SERIF ***/
/*
.thin {
  font-weight: 200 !important;
}

.bold {
   font-weight: 600 !important;
}
.extrabold {
   font-weight: 900 !important;
}*/

/** for ROBOTO**/

.thin {
  font-weight: 100 !important;
}
.normal {
  font-weight: 400 !important;
}

.bold {
   font-weight: 500 !important;
}
.black {
   font-weight: 900 !important;
}




.legenda {
    margin-top: 15px;
    font-size: 0.85em;
    color: #111;
    font-weight: 300;
    letter-spacing: 0em;
  display: inline-block;
}

.uppercase {
  text-transform:uppercase !important;
}

.smalltext {
    font-size: 0.75em !important;
    line-height: 180%;
}
.lighttext {
    color: #999;
}

/** black bg and white text - as for selection ***/
.inverted {
    background-color: #000;
    color: #fff !important;
    display: initial;
}

.bigtext {
    font-size: 6em !important;
   word-break: break-word;
    line-height: 100% !important;
    letter-spacing: -3px;
  margin-left: -4px;
}

.oblique {
    font-style: oblique;
}


/*** text colors ***/
.redtext {
  color: #cc2a29 !important;
}
.pinktext {
    color: #f3defb !important;
}
.whitetext {
   color: #fff !important;
}
.coraltext {
  color: coral !important;
}

.centertext {
    text-align: center !important;
}

.centered {
    margin: 0 auto;
}



.zed a {
    position: relative;
    font-size: 11px;
    text-decoration: none !important;
    padding: 15px 25px;
    font-weight: 900;
    letter-spacing: -0.05em;
}