FONTS
=====
This project uses 3 Google Fonts, currently loaded via CDN in index.html:
  - Fraunces (headings)
  - Inter (body text)
  - IBM Plex Mono (labels/status)

The CDN <link> in index.html works out of the box — no local font files needed.

If you prefer to SELF-HOST the fonts (no external CDN dependency):
  1. Go to https://gwfh.mranftl.com (google-webfonts-helper)
  2. Search each font above, download the .woff2 files, place them in this folder
  3. Replace the <link> tag in index.html with local @font-face rules
     (or uncomment the @font-face block prepared in css/styles.css)
