@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap");
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #fdad00 #ffe45a;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: #ffe45a;
}

*::-webkit-scrollbar-thumb {
  background-color: #fdad00;
  border-radius: 7px;
  border: 2px solid #fdad00;
}

* {
  padding: 0%;
  margin: 0%;
  color: #fffcee;
  font-family: 'Nanum Gothic', sans-serif;
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

canvas {
  position: fixed;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  * {
    font-size: 90%;
  }
}
/*# sourceMappingURL=main.css.map */