/* Transducer Media — Webfonts
   Newsreader  → editorial serif (display, headlines, pull quotes)
   IBM Plex Sans → body & UI
   IBM Plex Mono → labels, kickers, credit-block metadata
   Archivo     → bold functional labels & small titles

   These are the four families the brand book specifies. They are pulled from
   Google Fonts; the @import below brings their @font-face rules into the
   stylesheet closure so consumers ship the correct webfonts. Individual
   specimen/card HTML files also <link> the same families for isolated rendering.
*/
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..600;1,6..72,200..600&family=IBM+Plex+Sans:wght@300;400;500;600&family=IBM+Plex+Mono:wght@400;500;600&family=Archivo:wght@400;500;600;700&display=swap');
