
/* === Rough Grunge text style === */
.grunge-text{
  color: transparent !important;
  background-image: url("../img/grunge-fill.png");
  background-size: 180px 180px;
  background-clip: text;
  -webkit-background-clip: text;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Black", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: 0.03em;
}
