@font-face {
  font-family: 'Nocturne';
  src: url('../fonts/Nocturne/Nocturne-Regular.woff2') format('woff2'),
       url('../fonts/Nocturne/Nocturne-Regular.woff') format('woff'),
       url('../fonts/Nocturne/Nocturne.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica/Helvetica.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
  padding-bottom: 0;
  margin-bottom: 1em;
}

p + h1, a + h1, ul + h1, ol + h1,
p + h2, a + h2, ul + h2, ol + h2,
p + h3, a + h3, ul + h3, ol + h3,
p + h4, a + h4, ul + h4, ol + h4,
p + h5, a + h5, ul + h5, ol + h5,
p + h6, a + h6, ul + h6, ol + h6 {
  margin-top: 1.5em;
}
