@font-face {
  font-family: 'Ageo-Regular';
  src: url('webFonts/Ageo-Regular/font.woff2') format('woff2'), 
  url('webFonts/Ageo-Regular/font.woff') format('woff');
}
@font-face {
  font-family: 'Ageo-Medium';
  src: url('webFonts/Ageo-Medium/font.woff2') format('woff2'), 
  url('webFonts/Ageo-Medium/font.woff') format('woff');
}
@font-face {
  font-family: "Oswald";
  src: url("Oswald.woff2") format("woff2"),
       url("Oswald.woff") format("woff"),
       url("Oswald.ttf") format("truetype"),
       url("Oswald.eot") format("embedded-opentype"),
       url("Oswald.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("Helvetica-Neue.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
} 
 @font-face {
  font-family: Futura;
  font-weight: 100;
  font-style: oblique;
  font-display: fallback;
src: url("FuturaLTPro-Medium.OTF") format("truetype")
}

@font-face { 
  font-family: "FuturaDX";
  src: url("FuturaSCTOTLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face { 
  font-family: "FuturaXX";
  src: url("FuturaStdBookOblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
  @font-face {
  font-family: Futura100;
  font-weight:  normal;
  font-style: normal;
  font-display: fallback;
  src: url("Futura.otf") format("truetype")
}


  @font-face {
  font-family: Futura700;
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
  src: url("FuturaLTPro-Bold.OTF") format("truetype")
 }

