/* ============================================================
   Kota Batu — Webfonts
   ------------------------------------------------------------
   Primary UI/Display : Plus Jakarta Sans
       Commissioned as the official typeface of the DKI Jakarta
       provincial government — an authoritative, contemporary
       Indonesian civic sans. Perfect cultural + tonal fit.
   Data / Figures     : IBM Plex Mono
       Tabular, neutral, institutional. Used for statistics,
       IDs, currency and code-like values in the dashboard.

   NOTE (font substitution): No brand font binaries were provided,
   so both families are loaded from the Google Fonts CDN rather
   than self-hosted. The @font-face declarations below come from
   Google's stylesheet. If you have licensed binaries, drop them
   in /fonts and replace these @import lines with local src: url().
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&family=IBM+Plex+Mono:wght@400;500;600&display=swap');
