/* 로컬 자체호스팅 폰트 (외부 CDN 의존 제거) */
@font-face{
  font-family:"Pretendard";
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
  src:url("/assets/fonts/PretendardVariable.woff2") format("woff2");
}
@font-face{
  font-family:"Fraunces";
  font-weight:300 500;
  font-style:normal;
  font-display:swap;
  src:url("/assets/fonts/Fraunces.woff2") format("woff2");
}
