@font-face {
  font-family: 'Adelphe';
  src: url(fonts/Adelphe-GerminalRegular.ttf) format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'Adelphe';
  src: url(fonts/Adelphe-GerminalBold.ttf) format('truetype');
  font-weight: bold;
}

body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

h1 {
  font-family: 'Adelphe', sans-serif;
  font-weight: normal;
  font-size: 1em;
  flex: 1;
  /*this pushes the nav links to the right. flex is a whole system i'm not gonna get into here */
  white-space: nowrap;
}

