/* Global typography: Apple SD Gothic Neo on macOS/iOS, Pretendard elsewhere. */
:root {
  --sorizava-font-sans: "Apple SD Gothic Neo", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", "Malgun Gothic", sans-serif;
}

/* Apply one text font stack consistently without changing sizes, spacing, or layout rules. */
html body,
html body[class],
html body * {
  font-family: var(--sorizava-font-sans) !important;
}

/* Page type scale: default 100% (= original sizes; all fonts are rem so nothing changes).
   Add class="type-scale-lg" to a page's <html> tag to enlarge ALL its text by 20%.
   Currently applied to: ai-teacher.html */
html.type-scale-lg { font-size: 120%; }
