/* Intervia base styles · one copy, linked from every page's helmet.
   Edit here, not in a page. */

@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700;800&family=Nunito+Sans:wght@400;600;700;800&display=swap');

*{ box-sizing:border-box; }

html, body{
  font-family:'Nunito Sans', system-ui, -apple-system, sans-serif;
  color:#17402D;
}
body{ margin:0; }

/* links and form controls do not inherit type. Say so explicitly. */
a{ font-family:inherit; color:#17402D; }
a:hover{ color:#17402D; }

button, input, select, textarea{
  font:inherit;
  color:inherit;
}
