@import "style/oat_ui.css";
@import "style/font.css";

@keyframes blink {
  to {
    opacity: 0;
  }
}

.animate-blink {
  animation: blink 1s ease-in infinite;
}

html,
body {
  font-family: "Maple Mono";
  max-width: 100vw;
  overflow-x: hidden;
}

a {
  text-underline-offset: 4px;
}
