/*
 * Legacy stylesheet path kept for existing head configuration and caches.
 * The primary webfont is loaded from Google Fonts in nuxt.config.js.
 */
:root {
  --font-noto-sans-kr: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-pretendard: var(--font-noto-sans-kr);
}
