@font-face {
  font-family: "Pretendard Variable";
  src: url("./fonts/PretendardVariable.woff2") format("woff2-variations");
  font-weight: 1 1000;
  font-style: normal;
  font-display: swap;
}

/* 기본 폰트 지정 */
html, body {
  font-family: "Pretendard Variable", Pretendard, system-ui, Avenir, Helvetica, Arial, sans-serif;
}