/* Gmarket 300·700: 메인 CSS 이후 비동기 로드 → 크리티컬 체인·초기 전송량 완화 */
@font-face {
  font-family: "GmarketSans";
  font-weight: 300;
  font-display: swap;
  src: url(../font/GmarketSansLight.woff2) format("woff2");
}

@font-face {
  font-family: "GmarketSans";
  font-weight: 700;
  font-display: swap;
  src: url(../font/GmarketSansBold.woff2) format("woff2");
}
