/*
--font-sans: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
*/

/* this makes sure that forms and inputs of all kinds inherit the basic styling of the page */
* {
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}

html {
  font-size: 125%;
  font-family: sans-serif;
  /*font-family: var(--font-sans);*/
  line-height: 1.5;
  color: #222;
}
