/* Polecat Press — "Leaked Dossier" type system.
   Display: Anton (ultra-condensed newspaper-exposé masthead)
   Typewriter: Special Elite (battered docket / evidence-stamp type)
   Editorial body: Newsreader (investigative-longform news serif) */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Special+Elite&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&display=swap');

:root{
  --display:'Anton', 'Arial Narrow', sans-serif;
  --type:'Special Elite', 'Courier New', monospace;
  --serif:'Newsreader', Georgia, 'Times New Roman', serif;
}
