/* App-wide font + base sizing overrides (keep Tailwind build untouched) */

:root {
  /* Tailwind build uses --font-outfit for body; repoint to Pretendard */
  --font-outfit: Pretendard, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
}

html {
  font-size: 16px;
}

body {
  font-family: var(--font-outfit);
  font-size: 1rem;
}
