/* ============================================================
   나눔글꼴 — Nanum Gothic webfonts
   Light 300 · Regular 400 · Bold 700 · ExtraBold 800
   Sandoll for Naver. SIL Open Font License 1.1.

   This file declares the family and nothing else.
   No colors, no spacing, no motion — use your own.
   ============================================================ */

@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");
}

:root {
  /* The only token: the family stack. */
  --font-nanum: "Nanum Gothic", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}
