span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
th,
button {
  text-transform: lowercase !important;
}

span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
th,
button {
  text-transform: capitalize!important;
}

.no-text-transform span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
th,
button {
  text-transform: none!important;
}
