/* ============================================================
 * Fonts — webfont loading for the design system.
 *
 * The brand face "TransSans VF" / "TransSans SC" and the icon font
 * "tos-symbol" are PROPRIETARY (Transsion) and NOT bundled. Until the
 * real font files are supplied, we substitute a close visual match:
 *
 *   TransSans  →  Plus Jakarta Sans  (Google Fonts)
 *
 * Plus Jakarta Sans is an Indonesian-designed geometric-humanist sans
 * (Tokotype) — a strong stylistic + cultural match for this Indonesia-
 * market wallet: low contrast, open apertures, friendly fintech tone,
 * and full Latin + Vietnamese coverage. For CJK/Korean copy the stack
 * still falls back to Noto Sans SC/KR.
 *
 * To use the REAL brand font, drop the TransSans files in this folder
 * and add @font-face rules here pointing at them — the --font-sans
 * stack already lists "TransSans VF" first, so it takes over for free.
 * ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Noto+Sans+SC:wght@400;500;700&family=Noto+Sans+KR:wght@400;500;700&family=Roboto+Mono:wght@400;500&display=swap");
