/* ============================================================
   Toudin 偷訂 — Global stylesheet entry point.
   Consumers link THIS one file. It only @imports; never put
   rules here directly.
   ============================================================ */

/* Webfonts — Google-hosted (no local TTFs in the VI; see README caveat).
   Noto Sans TC = Traditional-Chinese UI type, Noto Sans JP = logo katakana,
   JetBrains Mono = numerals / code. */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&family=Noto+Sans+JP:wght@400;700;900&family=JetBrains+Mono:wght@400;500&display=swap');

@import url('tokens/colors.css');
@import url('tokens/typography.css');
@import url('tokens/spacing.css');
@import url('tokens/elements.css');
