/* @font-face {
  font-family: "hanhwa";
  src: url("/fonts/01HanwhaB.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "hanhwa";
  src: url("/fonts/02HanwhaR.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "hanhwa";
  src: url("/fonts/03HanwhaL.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
} */
@font-face {
  font-family: "hanhwa-gothic";
  src: url("/fonts/04HanwhaGothicB.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "hanhwa-gothic";
  src: url("/fonts/05HanwhaGothicR.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "hanhwa-gothic";
  src: url("/fonts/06HanwhaGothicL.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
button {
  all: unset;
}
body {
  margin: 0;
  font-family: "hanhwa-gothic";
  font-weight: 200;
}
a {
  color: inherit;
  text-decoration: none;
}

input[type="checkbox"] {
  accent-color: #f37321;
  cursor: pointer;
  width: 18px;
  height: 18px;
  padding: 4px;
  margin: 0;
}

.tableScroll::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.tableScroll::-webkit-scrollbar-thumb {
  background-color: #4a4a4a;
  border-radius: 3px;
}

/* 스크롤바 트랙 꾸미기 */
.tableScroll::-webkit-scrollbar-track {
  background-color: white;
}
