/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
http://scripts.sil.org/OFL

에이블디엑스 — 로컬 Pretendard 서브셋 (Medium 500 / Bold 700)
*/

@font-face {
  font-family: 'Pretendard';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local('Pretendard Medium'),
       url('./Pretendard-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('Pretendard Bold'),
       url('./Pretendard-Bold.woff2') format('woff2');
}
