@font-face {
  font-family: 'BebasNeue';
  src:url('../fonts/BebasNeue-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src:url('../fonts/AvenirLTStd-Roman.otf');
	font-weight: normal;
	font-style: normal;
}


body h1 {
  font-family: 'BebasNeue';
  color: white;
  font-weight: normal;
} 

  
body h3 {
  font-family: 'BebasNeue';
  color: white;
  font-weight: normal;
}

body h4 {
  font-family: 'BebasNeue';
  color: white;
  font-weight: normal;
}

body h5 {
  font-family: 'BebasNeue';
  color: white;
}

body h2 {
  font-family: 'BebasNeue';
  color: white;
  font-weight: normal;
}

body p{
    font-family: 'Avenir';
    color: white;
    font-size: 20px;
}

body a{
    font-family: 'Avenir';
    color: white;
    font-size: 20px;
}

span{
  color: white;
}