@import url("https://webfontworld.github.io/pretendard/Pretendard.css");
html {
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "Pretendard" !important;
}
