@font-face {
  font-family: "Super Mario 256";
  src: url("/assets/SuperMario256.ttf") format("truetype");
}
@font-face {
  font-family: "Hylia Serif";
  src: url("/assets/alt-theme/HyliaSerifBeta-Regular.otf") format("opentype");
}
@keyframes bounceButton {
  to {
    transform: scale(0.95);
  }
}
@keyframes gradient-scroll {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 200% 50%;
  }
}
#clock {
  background: linear-gradient(to right, cyan, #A5F2F3, #B3E7F4, #DDF9F1, #E25C46, #E42217, #CF1020, #AA0033, cyan);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: gradient-scroll 40s linear infinite;
  font-family: "Hylia Serif" !important;
  display: inline-block;
  white-space: nowrap;
  -webkit-text-stroke-width: 0.02em;
  -webkit-text-stroke-color: #000;
  font-size: 30vmin;
}/*# sourceMappingURL=clock.css.map */