/* Innerpattern webfonts. No binaries were supplied with DESIGN.md; both faces are
   Google Fonts originals, so they are loaded from the Google Fonts CDN rather than substituted. */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Source+Serif+4:opsz,wght@8..60,400;8..60,600&display=swap");
:root{
  --font-display:"Source Serif 4",Georgia,"Times New Roman",serif;
  --font-sans:"Inter",system-ui,-apple-system,"Segoe UI",Helvetica,sans-serif;
}
