:root {
  --fn-title: good-times, sans-serif;
}

.Liberator2 .title--main {
  background: -webkit-gradient(linear, left top, right top, from(#AA88FF), color-stop(30%, #9999FF), color-stop(70%, #33FFFF), to(#44BBFF));
  background: linear-gradient(to right, #AA88FF 0%, #9999FF 30%, #33FFFF 70%, #44BBFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: var(--fn-title);
  display: inline-block;
}/*# sourceMappingURL=Liberator2.css.map */