/* Font stack — the only place the family list is written. Sheets use var(--body). */
:root {
  --body: "Outfit", "Noto Sans Devanagari", "Noto Sans Thai", "Noto Sans KR", system-ui, sans-serif;
}
