@charset "UTF-8";
/** 
* font 정의
* variable 사용, font-weight :100 ~ 900
*/
@font-face {
  font-family: "Pretendard";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("/static/font/fonts/PretendardVariable.woff2") format("opentype");
}

/*# sourceMappingURL=fonts.css.map */
