/* GLOBAL */

/* Apply useful global styles here */

html {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 400;
  color: var(--color-nearly-black);
}
