@font-face {
  font-family: "Pretendard Variable";
  font-weight: 100;
  font-weight: 200;
  font-weight: 300;
  font-weight: 400;
  font-weight: 500;
  font-weight: 600;
  font-weight: 700;
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../font/PretendardVariable.ttf");
}
 /* Gmarket Sans */
@font-face {
    font-family: 'GmarketSans';
    src: url('../font/GmarketSansTTFLight.ttf');
    font-weight: 300;
} 
@font-face {
    font-family: 'GmarketSans';
    src: url('../font/GmarketSansTTFMedium.ttf');
    font-weight: 500;
} 
@font-face {
    font-family: 'GmarketSans';
    src: url('../font/GmarketSansTTFBold.ttf');
    font-weight: 700;
} 
/* 넥슨 Lv.2 고딕 */
@font-face {
    font-family: 'NEXON Lv2 Gothic';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
