/* 미관상 사용하지 않음 */
/* 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');
}




@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  src: url(./font/Pretendard-Regular.otf) format('opentype'),
       url(./font/Pretendard-Regular.ttf) format('truetype'),
       url(./font/Pretendard-Regular.woff2) format('woff2'),
       url(./font/Pretendard-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 500;
  src: url(./font/Pretendard-Medium.otf) format('opentype'),
       url(./font/Pretendard-Medium.ttf) format('truetype'),
       url(./font/Pretendard-Medium.woff2) format('woff2'),
       url(./font/Pretendard-Medium.woff) format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  src: url(./font/Pretendard-Bold.otf) format('opentype'),
       url(./font/Pretendard-Bold.ttf) format('truetype'),
       url(./font/Pretendard-Bold.woff2) format('woff2'),
       url(./font/Pretendard-Bold.woff) format('woff');
}
