/* Local-only Pretendard fallback.
   - Avoids external CDN font loads (privacy/tracking prevention noise).
   - If Pretendard is installed on the OS, it will be used; otherwise the app falls back to system-ui fonts. */
@font-face {
  font-family: "Pretendard";
  src: local("Pretendard"), local("Pretendard Variable"), local("Pretendard-Regular");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

