/* Webfonts — Google Fonts substitutions. See readme.md > Typography for the substitution note. */
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Archivo:ital,wght@0,400..900;1,400..900&family=Archivo+Black&family=Caveat:wght@400..700&family=Permanent+Marker&display=swap");

:root{
  --font-display:"Anton","Archivo Black","Arial Narrow",sans-serif;
  --font-heading:"Archivo Black","Archivo",Helvetica,sans-serif;
  --font-body:"Archivo",Helvetica,Arial,sans-serif;
  --font-script:"Caveat","Bradley Hand",cursive;
  --font-marker:"Permanent Marker","Caveat",cursive;
}
