@font-face {
  font-family: 'Inter';
  src: url(/InterVariable.woff2) format('woff2');
}

body {
  background-color: #fff;
  font-family: Inter, sans-serif;
  color: #050505;
  line-height: 2;
  padding: 1em;
}

a {
  color: #050505;
}

main,
footer {
  max-width: 50em;
  margin: 0 auto;
}

h1 {
  font-size: 3.4em;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}

.button {
  background: #f00;
  color: #fff;
  font-weight: bold;
  padding: 0.5em;
  text-decoration: none;
  display: inline-block;
  margin: 1em 0;
  transition: transform .2s;
}
.button:hover {
  transform: scale(1.2)
}
.u-center {
  margin: 0 auto;
  text-align: center;
}

h1 em {
  font-style: normal;
  color: #f00;
}

h1 a {
  text-decoration: none;
}

ul.bulletless, ol.bulletless {
  list-style: none;
  margin: 0;
  padding: 0;
}

.callout {
  background: #eee;
  border-radius: 0.333em;
  color: #333;
  padding: 0.4em 1em;
}

@media (min-width: 960px) {
  body {
    font-size: 1.3em;
  }
}

table {
  width: 95%;
  margin-left:2.5%;
}

th,td {
  text-align: left;
  min-width: 2em;
}

th.number, td.number {
  text-align: right;
}