* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: 'League Spartan';
  /* Vertically centered version of the font: https://github.com/theleagueof/league-spartan/pull/21. */
  src: url('LeagueSpartanVariable.woff2') format('woff2-variations');
  font-weight: 200 900;
}
