/* 각 폼은 자기가 지정한 폰트 하나만 로드해요 (FontLoader가 이 파일 전체가 아니라
   해당 @font-face만 쓰도록 family를 지정). 브라우저는 실제 사용된 family의
   폰트 파일만 내려받으므로, 폰트를 많이 등록해도 이용자는 1개만 받아요. */

@font-face {
  font-family: "SUIT Variable";
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/SUIT-Variable.woff2") format("woff2-variations");
}
@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-display: swap;
  src: url("/fonts/Pretendard-Variable.woff2") format("woff2-variations");
}
@font-face {
  font-family: "Cafe24Ssurround";
  font-display: swap;
  src: url("/fonts/Cafe24Ssurround.woff2") format("woff2");
}
@font-face {
  font-family: "NanumGothic";
  font-display: swap;
  src: url("/fonts/NanumGothic.woff2") format("woff2");
}
@font-face {
  font-family: "NanumMyeongjo";
  font-display: swap;
  src: url("/fonts/NanumMyeongjo.woff2") format("woff2");
}
@font-face {
  font-family: "NanumPenScript";
  font-display: swap;
  src: url("/fonts/NanumPenScript.woff2") format("woff2");
}
@font-face {
  font-family: "Gaegu";
  font-display: swap;
  src: url("/fonts/Gaegu.woff2") format("woff2");
}
@font-face {
  font-family: "Dokdo";
  font-display: swap;
  src: url("/fonts/Dokdo.woff2") format("woff2");
}
@font-face {
  font-family: "Jua";
  font-display: swap;
  src: url("/fonts/Jua.woff2") format("woff2");
}
@font-face {
  font-family: "Do Hyeon";
  font-display: swap;
  src: url("/fonts/Do-Hyeon.woff2") format("woff2");
}
@font-face {
  font-family: "Gugi";
  font-display: swap;
  src: url("/fonts/Gugi.woff2") format("woff2");
}
@font-face {
  font-family: "Black Han Sans";
  font-display: swap;
  src: url("/fonts/Black-Han-Sans.woff2") format("woff2");
}
@font-face {
  font-family: "Gowun Dodum";
  font-display: swap;
  src: url("/fonts/Gowun-Dodum.woff2") format("woff2");
}
@font-face {
  font-family: "Gowun Batang";
  font-display: swap;
  src: url("/fonts/Gowun-Batang.woff2") format("woff2");
}
@font-face {
  font-family: "Hi Melody";
  font-display: swap;
  src: url("/fonts/Hi-Melody.woff2") format("woff2");
}
@font-face {
  font-family: "Song Myung";
  font-display: swap;
  src: url("/fonts/Song-Myung.woff2") format("woff2");
}
@font-face {
  font-family: "Cute Font";
  font-display: swap;
  src: url("/fonts/Cute-Font.woff2") format("woff2");
}
