@font-face {
  font-family: 'Diatype';
  src: url('../fonts/abcdiatype-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'CourierLT';
  src: url('../fonts/courierlt-regular.woff2') format('woff2');
}

body {
  font-family: 'Diatype', helvetica, sans-serif;
  line-height: 1.2;
  font-size: 11pt;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 32em) {
  body {
    font-size: 11pt;
  }
}

.wrapper, #loading {
  position: fixed;
}

.wrapper {
    z-index: 999;
}

#loading {
  z-index: 1001;
}

.weblink, h1 {
  border: 1px solid #471119;
}

.weblink, h1 {
  display: block;
  text-decoration: none;
  
  border-radius: 32px;
  transition: 0.1s all;
  background-color: white;
  /* box-shadow: 0 0 0.5em white; */
}

h1 {
  text-align: center;
  padding: 0.6em 0.8em;
  color: black;
  margin: 12px;
}

.weblink {
  margin: 0.5em;
  color: blue;
  padding: 0.3em 0.8em;
}

.weblink:hover {
  text-decoration: underline;
  font-style: italic;
  padding: 0.3em 0 0.3em 4em;
  border-radius: 4em;
}