html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

:root {
  box-sizing: border-box;
  font-family: "Roboto Condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
}

*, *:before, *:after {
  box-sizing: inherit;
}
