/* Substituted Google Fonts — see readme.md "Substitutions".
   --font-display : the warm ball-terminal serif of "Vila Art" / "BIO HUMUS" on the label.
   --font-label   : the bold geometric caps of "ORGANIC FERTILIZER" / "VERMICOMPOST" / "DRILON".
   --font-sans    : running UI and body copy. */
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,400;8..60,600;8..60,700;8..60,900&family=Poppins:wght@500;600;700&family=Archivo:wght@400;500;600;700&display=swap");

:root{
  --font-display:"Source Serif 4",Georgia,"Times New Roman",serif;
  --font-label:"Poppins","Century Gothic","Avenir Next",sans-serif;
  --font-sans:"Archivo","Helvetica Neue",Helvetica,sans-serif;
}
