h1 {
    color: indianred;
    font-size: 1em !important;
    font-weight: inherit !important;
    letter-spacing: 1px !important;
  margin: 0 !important;
}

/*** tituloes menus ***/
h2 {
    font-size: 0.85em !important;
    font-weight: 400 !important;
    opacity: 0.5;
    letter-spacing: 6px;
}


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


