:root,
[data-bs-theme=light] {
  --bs-body-font-family: "Noto Sans KR", sans-serif;
}

@font-face {
  font-family: 'Noto Sans Variable';
  src: url('./fonts/NotoSansKR-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900; /* Variable 폰트의 가변 범위 */
  font-style: normal;
  font-display: swap; /* 성능 향상 */
}