@charset "utf-8";
@font-face {
  font-family: element-icons;
  src: url("./fonts/asome/535877f.woff") format("woff"),
    url(./fonts/asome/732389d.ttf) format("truetype");
  font-weight: 400;
  font-display: "auto";
  font-style: normal;
}
@font-face {
  font-family: "aTitleGothic";
  src: url("./fonts/SCDream4.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "aTitleGothic";
  src: url("./fonts/SCDream5.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "aTitleGothic";
  src: url("./fonts/SCDream6.otf") format("opentype");
  font-style: normal;
  font-weight: bold;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: none;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 5px;
  display: none;
}
::-webkit-scrollbar-track {
  background: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
::-webkit-scrollbar-thumb {
  height: 5px;
  width: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: rgba(144, 147, 153, 0.5);
}
