@import url("https://use.typekit.net/vnr2zvy.css");

h1{
  margin-top:1rem;
  width:auto;
}

.text{
  margin-top:.5rem;
}

ul{
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
      -ms-flex-flow:row;
          flex-flow:row;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  font-family:sans-serif;
          justify-content:space-between;
  list-style:none;
  padding:1rem;
}

li{
  margin-bottom:2rem;
  width:calc(50% - 2rem);
}

[data-body-font=dolly-new],[data-body-font=highgate]{
  line-height:1.4;
}

.meta{
  font-size:.7em;
}

main{
  padding:0;
}

main,main>*{
  max-width:none;
}
