:root {
  font-size: 16px;
}

h1, h2 {
  margin-top: 0;
  font-family: 'LoraBold', serif;
  margin-bottom: 1rem;
  text-shadow: 0 1px var(--grey-800);
}

h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.125rem;
}

p {
  font-family: 'LoraRegular', serif;
  font-size: 0.875rem;
  line-height: 1.4;
}
