/* a한글세상 Light */
@font-face {
  font-family: 'KoreanHSE';
  src: url('KoreanHSEL.woff2') format('woff2'),
       url('KoreanHSEL.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* a한글세상 Medium */
@font-face {
  font-family: 'KoreanHSE';
  src: url('KoreanHSEM.woff2') format('woff2'),
       url('KoreanHSEM.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* a한글세상 Bold */
@font-face {
  font-family: 'KoreanHSE';
  src: url('KoreanHSEB.woff2') format('woff2'),
       url('KoreanHSEB.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
