@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('../font/NotoSansKR-Light.woff') format('woff'), 
  url('../font/NotoSansKR-Light.woff2') format('woff2'),
  url('../font/NotoSansKR-Light.ttf') format('truetype');
  font-display: block
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSansKR-Regular.woff') format('woff'), 
  url('../font/NotoSansKR-Regular.woff2') format('woff2'),
  url('../font/NotoSansKR-Regular.ttf') format('truetype');
  font-display: block;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url('../font/NotoSansKR-Medium.woff') format('woff'), 
  url('../font/NotoSansKR-Medium.woff2') format('woff2'),
  url('../font/NotoSansKR-Medium.ttf') format('truetype');
  font-display: block;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url('../font/NotoSansKR-Bold.woff') format('woff'), 
  url('../font/NotoSansKR-Bold.woff2') format('woff2'),
  url('../font/NotoSansKR-Bold.ttf') format('truetype');
  font-display: block;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 800;
  src: url('../font/NotoSansKR-ExtraBold.woff') format('woff'), 
  url('../font/NotoSansKR-ExtraBold.woff2') format('woff2'),
  url('../font/NotoSansKR-ExtraBold.ttf') format('truetype');
  font-display: block;
}

/* Gmarket Sans */
@font-face {
  font-family: 'GmarketSansBold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSansLight';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}