/* Webfonts.
   NOTE: no brand font binaries were supplied. These are the nearest Google Fonts
   matches, served from the Google Fonts CDN. Replace with licensed binaries +
   local @font-face rules when they are available. See readme.md > Typography. */
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Source+Serif+4:ital,opsz,wght@0,8..60,400..600;1,8..60,400..600&family=IBM+Plex+Mono:wght@400;500;600&display=swap");

:root{
  /* Base families */
  --font-display:"Instrument Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  --font-sans:"Instrument Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  --font-serif:"Source Serif 4",Georgia,"Times New Roman",serif;
  --font-mono:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace;

  /* Semantic aliases */
  --font-heading:var(--font-display);
  --font-body:var(--font-sans);
  --font-editorial:var(--font-serif);
  --font-label:var(--font-mono);
  --font-data:var(--font-mono);
}
