/* 발표 패키지 로컬 폰트
   CDN을 쓰면 발표장에 인터넷이 없을 때 본문 서체와 아이콘이 전부 깨진다.
   Pretendard Variable + Phosphor(regular/fill)를 이 폴더에 두고 여기서만 불러온다. */

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

@font-face {
  font-family: "Phosphor";
  src: url("./Phosphor.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Phosphor-Fill";
  src: url("./Phosphor-Fill.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
