/* primer-design — web fonts
 * Fredoka (500/600): the display face. A rounded geometric sans — the round
 *   terminals are what make a picture-explainer read friendly rather than
 *   institutional, and they are the only place this skill spends "charm".
 *   Used for headlines, the oversized circled step numerals, and the analogy
 *   card's "就像……" opener. Nothing else.
 * Nunito (400/600/700): body copy. Also rounded, but a real reading face —
 *   it holds two short sentences per screen without going cute.
 * Noto Sans SC (400/500/700): the Chinese fallback for BOTH faces (see
 *   references/design-tokens.md; cross-skill-rules §H requires a declared
 *   pairing). Fredoka has no CJK coverage at all, so every display string in
 *   a zh span is really being set in Noto Sans SC — that is expected, and the
 *   reason display sizes are kept below the point where the mismatch shows.
 * JetBrains Mono (400): the jargon term inside `.primer-term` and nothing
 *   else. Mono marks "this is the word the experts use" — never body copy.
 */
@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@500;600&family=JetBrains+Mono:wght@400&family=Noto+Sans+SC:wght@400;500;700&family=Nunito:wght@400;600;700&display=swap");
