/* Katalog — shared type system (W5).
   One include for every page: swap faces here and the whole site inherits it.
   TEST PAIRING (Neko-style): high-contrast display serif + neutral grotesque.
   Display: Zodiak (Fontshare)     — Neko-style luxury serif
   Body:    General Sans (Fontshare) — clean neutral grotesque
   Mono:    IBM Plex Mono           — data only
   Newsreader + Inter kept as robust fallbacks in the stacks. */
@import url('https://api.fontshare.com/v2/css?f[]=zodiak@400,401,500,501,700&f[]=general-sans@400,401,500,501,600,601&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;1,6..72,400;1,6..72,500&family=Inter:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap');
:root{
  --font-display:'Zodiak','Newsreader',Georgia,'Times New Roman',serif;
  --font-body:'General Sans','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-mono:'IBM Plex Mono','SF Mono',Menlo,monospace;
  --font-label:'General Sans','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
