/* ============================================================
   Cost of Thought — webfonts
   All four families are served from Google Fonts. The @import
   below pulls their @font-face rules into the styles.css closure
   so consumers get them by linking the single root stylesheet.

   Newsreader     — the host's voice (serif, optical sizing)
   EB Garamond    — extended / quoted prose (serif)
   Inter          — interface chrome, labels, nav (sans)
   JetBrains Mono — data, metadata, tool names, code (mono)
   ============================================================ */

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