
/* SETTINGS
/* ============

/* the basics with $inherit set to true: */

html{
  box-sizing: border-box;
}

*{
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
