@font-face {
  font-family: ZapRenaissance;
  src: url('/fonts/zaprenaissance/ZapfRenaissaBEF-Bold.otf');
  font-weight: bold;
}

.zaprenaissance {
  font-family: ZapRenaissance;
}

@font-face {
  font-family: OpenSans;
  src: url('/fonts/opensans/OpenSans-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  src: url('/fonts/opensans/OpenSans-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: OpenSans;
  src: url('/fonts/opensans/OpenSans-ExtraBold.ttf');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  src: url('/fonts/opensans/OpenSans-ExtraBoldItalic.ttf');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: OpenSans;
  src: url('/fonts/opensans/OpenSans-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  src: url('/fonts/opensans/OpenSans-SemiBoldItalic.ttf');
  font-weight: 600;
  font-style: italic;
}

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

@font-face {
  font-family: OpenSans;
  src: url('/fonts/opensans/OpenSans-Italic.ttf');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: OpenSans;
  src: url('/fonts/opensans/OpenSans-Medium.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  src: url('/fonts/opensans/OpenSans-MediumItalic.ttf');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: OpenSans;
  src: url('/fonts/opensans/OpenSans-Light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  src: url('/fonts/opensans/OpenSans-LightItalic.ttf');
  font-weight: 300;
  font-style: italic;
}

.opensans {
  font-family: OpenSans;
}
