

@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-VariableFont_wght.ttf") format("truetype");
  /* variable wght 축을 100 ~ 900 범위로 선언 */
  font-weight: 100 900;
  font-style: normal;
  font-display: swap; /* 렌더링 정책 (swap 권장) */
  /* unicode-range는 필요하면 추가로 지정해 파일 크기 최적화 가능 */
}
