/* ============================================================
   Pretendard — self-hosted (SIL Open Font License 1.1)
   Copyright (c) 2021, Kil Hyung-jin, with Reserved Font Name Pretendard.
   https://github.com/orioncactus/pretendard
   Full OFL license text: ../fonts/OFL.txt
   Self-hosted so the site works offline by simply opening index.html.
   Weights bundled: 400 / 500 / 600 / 700 (the only weights this site uses).
   ============================================================ */

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"),
       url("../fonts/Pretendard-Regular.woff2") format("woff2");
}

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

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"),
       url("../fonts/Pretendard-SemiBold.woff2") format("woff2");
}

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