/* =========================================================
   FONTS — Coastline / Moray Jewel
   Three Google families. No local binaries; loaded from the
   Google Fonts CDN. The @import below is the font source the
   compiler ships to consumers.

   - Newsreader   — the display + editorial-italic voice
   - Inter        — text / UI / labels
   - JetBrains Mono — mono meta, coordinates, counters

   NOTE: the original guide used "Iowan Old Style" as a serif
   fallback; Newsreader is the primary and intended face.
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Newsreader:ital,opsz,wght@0,6..72,300;0,6..72,400;0,6..72,500;1,6..72,300;1,6..72,400;1,6..72,500&family=JetBrains+Mono:wght@400;500&display=swap');
