/* Minimal reset. Page-specific typography lives in the page stylesheet. */

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
