/* 미관상 사용하지 않음 */
/* font-display: swap;  */

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 300;
  src: url(./font/NotoSansKR-Light.otf) format('opentype'),
       url(./font/NotoSansKR-Light.woff2) format('woff2'),
       url(./font/NotoSansKR-Light.woff) format('woff');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  src: url(./font/NotoSansKR-Regular.woff2);
  src: url(./font/NotoSansKR-Regular.eot?#iefix) format('embedded-opentype'),
       url(./font/NotoSansKR-Regular.woff2) format('woff2'),
       url(./font/NotoSansKR-Regular.woff) format('woff'),
       url(./font/NotoSansKR-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  src: url(./font/NotoSansKR-Medium.woff2);
  src: url(./font/NotoSansKR-Medium.eot?#iefix) format('embedded-opentype'),
       url(./font/NotoSansKR-Medium.woff2) format('woff2'),
       url(./font/NotoSansKR-Medium.woff) format('woff'),
       url(./font/NotoSansKR-Medium.ttf) format('truetype');
  }
@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 700;
  src: url(./font/NotoSansKR-Bold.woff2);
  src: url(./font/NotoSansKR-Bold.eot?#iefix) format('embedded-opentype'),
       url(./font/NotoSansKR-Bold.woff2) format('woff2'),
       url(./font/NotoSansKR-Bold.woff) format('woff'),
       url(./font/NotoSansKR-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 900;
  src: url(./font/NotoSansKR-Black.woff2);
  src: url(./font/NotoSansKR-Black.eot?#iefix) format('embedded-opentype'),
       url(./font/NotoSansKR-Black.woff2) format('woff2'),
       url(./font/NotoSansKR-Black.woff) format('woff'),
       url(./font/NotoSansKR-Black.ttf) format('truetype');
  }

@font-face {
  font-family: 'Roboto';
  font-weight: 300;
  src: url(./font/Roboto-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  src: url(./font/Roboto-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  src: url(./font/Roboto-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  src: url(./font/Roboto-Bold.ttf) format('truetype');
}






/* Montserrat */
@font-face {
  font-family: 'Montserrat';
  font-weight: 300;
  src: url(./font/Montserrat-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  src: url(./font/Montserrat-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  src: url(./font/Montserrat-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  src: url(./font/Montserrat-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-weight: 900;
  src: url(./font/Montserrat-ExtraBold.ttf) format('truetype');
}



/* NEXON Lv2 Gothic */
@font-face {
  font-family: 'NEXON Lv2 Gothic';
  font-weight: 300;
  src: url(./font/NEXONLv2GothicLight.woff);
  src: url(./font/NEXONLv2GothicLight.eot?#iefix) format('embedded-opentype'),
       url(./font/NEXONLv2GothicOTFLight.otf) format('opentype'),
       url(./font/NEXONLv2GothicLight.ttf) format('truetype');
}

@font-face {
  font-family: 'NEXON Lv2 Gothic';
  font-weight: 400;
  src: url(./font/NEXONLv2Gothic.woff);
  src: url(./font/NEXONLv2Gothic.eot?#iefix) format('embedded-opentype'),
       url(./font/NEXONLv2GothicOTF.otf) format('opentype'),
       url(./font/NEXONLv2Gothic.ttf) format('truetype');
}


@font-face {
  font-family: 'NEXON Lv2 Gothic';
  font-weight: 500;
  src: url(./font/NEXONLv2GothicMedium.ttf) format('truetype');
  src: url(./font/NEXONLv2GothicOTFMedium.otf) format('opentype');
}


@font-face {
  font-family: 'NEXON Lv2 Gothic';
  font-weight: 700;
  src: url(./font/NEXONLv2GothicBold.woff);
  src: url(./font/NEXONLv2GothicBold.eot?#iefix) format('embedded-opentype'),
       url(./font/NEXONLv2GothicOTFBold.otf) format('opentype'),
       url(./font/NEXONLv2GothicBold.ttf) format('truetype');
}




/* Recipekorea */
@font-face {
  font-family: 'Recipekorea';
  font-weight: 400;
  src: url(./font/Recipekorea.ttf) format('truetype');
  src: url(./font/Recipekorea.otf) format('opentype');
}



@font-face {
  font-family: 'Arita-buri-SemiBold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Arita-buri-SemiBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}