body {
  background-color: white;
  font-family: 'Rasa', sans-serif;
}

h1 {
  font-family: 'FreightRoundBold', sans-serif;
}

a:link {
  font-family: 'FreightRoundLight', sans-serif;
}

@font-face {
  font-family: 'FreightRoundLight';
  src: url('../_fonts/FreightRoundProLight.otf');
}

@font-face {
  font-family: 'FreightRoundBook';
  src: url('../_fonts/FreightRoundProBook.otf');
}

@font-face {
  font-family: 'FreightRoundBold';
  src: url('../_fonts/FreightRoundProBold.otf');
}
