@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Montserrat:wght@300..600&display=block');

* {
  margin: 0;
  padding: 0;
  flex-shrink: 0;

  font-size: inherit;
  font-weight: inherit;
}

html, body {
  margin: 0;
  padding: 0;
  
  background: #111114;
  color: #E8E8EA;

  font-family: 'Montserrat', sans-serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 1.25;
}

body {
  padding: 48px;
}

:link, :visited {
  color: #EAA;
}

h1, h2, h3 {
  margin: 1em 0 0.5em;

  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

h1:first-child, h2:first-child, h3:first-child, p:first-child {
  margin-top: 0;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 150%;
}

h3 {
  font-size: 100%;
}

p {
  margin: 1em 0;
}

hr {
  clear: both;

  border: none;
  border-top: solid 1px #333339;
  height: 0;

  margin: 24px 0;
}

footer {
  font-size: 12px;
  font-weight: 550;
}

@media print {
  html, body {
    background: white;
  }

  * {
    color: black !important;
  }

  :link, :visited {
    color: #66666A !important;
  }
  a[href]:after {
    content: " \00AB\202F" attr(href) "\202F\00BB";
  }
}
