@charset "UTF-8";

/* NEXONFootballGothic
   ※ 2022 소스에는 jsdelivr CDN(외부) 주소가 1순위로 지정돼 있었으나,
      외부 의존 제거를 위해 동봉된 로컬 폰트만 사용하도록 변경 (2026) */
@font-face {
  font-family: 'NEXONFootballGothic';
  src: url("../font/NEXONFootballGothicLA1.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NEXONFootballGothic';
  src: url("../font/NEXONFootballGothicBA1.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* NotoSansCJKkr */
/* ※ .otf 파일은 2022 납품본에 포함돼 있지 않아 src 목록에서 제외 (404 방지) */
@font-face{
  font-family:"NotoSansCJKkr";
  src: url("../font/NotoSansCJKkr-Light.eot?#iefix") format('embedded-opentype'),
  url("../font/NotoSansCJKkr-Light.woff") format("woff");
  font-weight:300;
  font-style:normal;
  font-display: swap;
}
@font-face{
  font-family:"NotoSansCJKkr";
  src: url("../font/NotoSansCJKkr-Medium.eot?#iefix") format('embedded-opentype'),
  url("../font/NotoSansCJKkr-Medium.woff") format("woff");
  font-weight:600;
  font-style:normal;
  font-display: swap;
}
