/* Per-language open fonts. Brand wordmark stays Source Serif 4. */
:root {
  --font-brand: "Source Serif 4", "Iowan Old Style", Georgia, serif;
  --font-display: "Noto Serif KR", "Source Serif 4", "Iowan Old Style", Georgia, serif;
  --font-body: Pretendard, "Source Sans 3", "Noto Sans JP", system-ui, sans-serif;
  --font-brush: var(--font-display);
  --font-mono: "IBM Plex Mono", ui-monospace, Menlo, monospace;
}

html[lang="ko"] {
  --font-display: "Noto Serif KR", "Source Serif 4", Georgia, serif;
  --font-body: Pretendard, "Source Sans 3", system-ui, sans-serif;
}

html[lang="ja"] {
  --font-display: "Noto Serif JP", "Source Serif 4", Georgia, serif;
  --font-body: "Noto Sans JP", "Source Sans 3", system-ui, sans-serif;
}

html[lang="en"],
html[lang="es"] {
  --font-display: "Source Serif 4", "Noto Serif KR", Georgia, serif;
  --font-body: "Source Sans 3", system-ui, sans-serif;
}
