/* Enter Your Custom CSS Here */@font-face {
  font-family: 'YaleNew-Bold';
  src: url('fonts/YaleNew-Bold.otf') format('otf');
  font-family: 'YaleNew-BoldItalic';
  src: url('fonts/YaleNew-BoldItalic.otf') format('otf');
  font-family: 'YaleNew-Italic';
  src: url('fonts/YaleNew-Italic.otf') format('otf');
  font-family: 'YaleNew-Roman';
  src: url('fonts/YaleNew-Roman.otf') format('otf');
  font-family: 'Futura';
  src: url('fonts/Futura.otf') format('otf');
  font-family: 'Futura-Bold';
  src: url('fonts/Futura-Bold.otf') format('otf');
  font-family: 'Futura-Heavy';
  src: url('fonts/Futura-Heavy.otf') format('otf');
  font-family: 'Futura-ExtraBold';
  src: url('fonts/Futura-ExtraBold.otf') format('otf');
}  

h1{
font-size: 80px;
font-family: 'Futura' Bold;
color:#fff;
}

h2{
font-size: 30px;
font-family: 'Futura';
color:#fff;
}

h3{
font-size: 30px;
font-family: 'YaleNew' Roman;
color:#fff;
}

p {
font-size: 24px;
font-family:'YaleNew'Roman;
color:#fff;
}