@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 400;
  src: url('/static/jura.woff2') format('woff2');
  font-display: swap;
}

html {
    font-family: 'Jura', cursive, sans-serif;
}

p {
    margin-top: 1.4em;
    margin-bottom: 1.4em;
}