
/* Open Sans */
/* @font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans/OpenSans-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans/OpenSans-Italic.ttf") format("opentype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans/OpenSans-Bold.ttf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans/OpenSans-BoldItalic.ttf") format("opentype");
  font-weight: bold;
  font-style: italic;
}

 */

 /* Missing bold font */
@font-face {
  font-family: AvenirLTStd-Book;
  src: url("../fonts/AvenirLTStd65Medium/AvenirLTStd65Medium.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}


/* https://icomoon.io */
@font-face {
  font-family: 'vdtreuhand';
  src:  url('../fonts/vdtreuhand/fonts/vdtreuhand.eot?dwiu7d');
  src:  url('../fonts/vdtreuhand/fonts/vdtreuhand.eot?dwiu7d#iefix') format('embedded-opentype'),
    url('../fonts/vdtreuhand/fonts/vdtreuhand.ttf?dwiu7d') format('truetype'),
    url('../fonts/vdtreuhand/fonts/vdtreuhand.woff?dwiu7d') format('woff'),
    url('../fonts/vdtreuhand/fonts/vdtreuhand.svg?dwiu7d#vdtreuhand') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
