/* ============================================================
   LATO FONT SWAP  -  single control point for the whole site
   ------------------------------------------------------------
   To REVERT to the original fonts (IBM Plex Sans + Georgia):
     comment out or delete everything below this header.
   The original fonts are untouched in each page's own CSS,
   so removing this file's rules restores them instantly.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

:root{
  --sans:'Lato',system-ui,Arial,sans-serif;
  --display:'Lato',system-ui,Arial,sans-serif;
  --serif:'Lato',system-ui,Arial,sans-serif;
}
body{font-family:'Lato',system-ui,Arial,sans-serif;}
h1,h2,h3,h4,h5,h6{font-family:'Lato',system-ui,Arial,sans-serif;}
.num,.stat .num,.foot-brand,.nc-foot-brand{font-family:'Lato',system-ui,Arial,sans-serif;}
/* Note: the monospace label font (IBM Plex Mono) is left as-is. */
