/* ============================================================
   나눔글꼴 — Webfont declarations
   Nanum Gothic family (Light / Regular / Bold / ExtraBold)
   Designed by Sandoll for Naver. Distributed under SIL OFL 1.1.
   ============================================================ */

@font-face {
  font-family: "Nanum Gothic";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../assets/fonts/NanumGothicLight.ttf") format("truetype");
}

@font-face {
  font-family: "Nanum Gothic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/NanumGothic.ttf") format("truetype");
}

@font-face {
  font-family: "Nanum Gothic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/NanumGothicBold.ttf") format("truetype");
}

@font-face {
  font-family: "Nanum Gothic";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../assets/fonts/NanumGothicExtraBold.ttf") format("truetype");
}
