/* Webfonts. Figtree = UI/body. Newsreader = editorial display.
   Served from Google Fonts CDN (no local binaries were supplied with the brand). */
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..800;1,400&family=Newsreader:ital,opsz,wght@0,6..72,300..600;1,6..72,300..500&display=swap");

:root{
  --font-sans:"Figtree","Helvetica Neue",Arial,sans-serif;
  --font-display:"Newsreader","Iowan Old Style",Georgia,serif;
  --font-mono:ui-monospace,SFMono-Regular,Menlo,monospace;
}
