@font-face {
  font-family: GlastonburyPlain;
  src: url('fonts/GlastonburyPlain.woff') format('woff');
  font-display: swap;
}

html {
  box-sizing: border-box;
  overflow-y: scroll;
}

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

body {
  background-color: #121212;
  font: 1.1rem / 1.4 Lato, Helvetica, Arial, sans-serif;
  letter-spacing: .9px;
  color: white;
  margin: 0;
  padding: 0;
}

.wrapper {
  margin: 1em auto;
  max-width: 980px;
}

.cover {
  max-width: 430px;
  width: 100%;
  height: auto;
}

h1 {
  font-family: GlastonburyPlain, cursive;
  font-size: 2.5rem;
  font-weight: normal;
  color: #C4E3F9;
}

a {
  color: darkkhaki;
}

ul {
  padding-left: 1.5em;
}
