@font-face {
 font-family: 'Avenir-Roman';
    src: url('./fonts/avenir-roman.eot'),
         url('./fonts/avenir-roman.woff'), format("woff");
    font-style: normal;
    font-weight: 400;
}

@font-face {
  font-family: 'Avenir-Book';
  src: url('./fonts/avenir-book.eot');
  src: url('./fonts/avenir-book.eot?#iefix') format('embedded-opentype'),
       url('./fonts/avenir-book.woff2') format('woff2'),
       url('./fonts/avenir-book.woff') format('woff'),
       url('./fonts/avenir-book.ttf')  format('truetype'),
       url('./fonts/avenir-book.svg#Avenir') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Light';
  src: url('./fonts/avenir-light.eot');
  src: url('./fonts/avenir-light.eot?#iefix') format('embedded-opentype'),
       url('./fonts/avenir-light.woff2') format('woff2'),
       url('./fonts/avenir-light.woff') format('woff'),
       url('./fonts/avenir-light.ttf') format('truetype'),
       url('./fonts/avenir-light.svg#avenir-light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Medium';
  src: url('./fonts/avenir-medium.eot');
  src: url('./fonts/avenir-medium.eot?#iefix') format('embedded-opentype'),
       url('./fonts/avenir-medium.woff2') format('woff2'),
       url('./fonts/avenir-medium.woff') format('woff'),
       url('./fonts/avenir-medium.ttf') format('truetype'),
       url('./fonts/avenir-medium.svg#avenir-medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir-Heavy';
  src: url('./fonts/avenir85heavy.eot');
  src: url('./fonts/avenir-heavy.eot?#iefix') format('embedded-opentype'),
       url('./fonts/avenir-heavy.woff') format('woff'),
       url('./fonts/avenir-heavy.ttf') format('truetype'),
       url('./fonts/avenir-heavy.svg#avenir-heavy') format('svg');
  font-weight: normal;
  font-style: bold;
}

 @font-face {
    font-family: 'kingswell';
    src:
        url('./fonts/kingswell.woff') format('woff'),
        url('./fonts/kingswell.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }