/* chapter-regular */
@font-face {
  font-family: 'Chapter';
  font-style: normal;
  font-weight: 400;
  /*src: url('Chapter-Regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       /*url('Chapter-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('Chapter-Regular.woff') format('woff'); /* Modern Browsers */
}

/* GoodSans-regular */
@font-face {
  font-family: 'GoodSans';
  font-style: normal;
  font-weight: 400;
  /*src: url('GoodSans-Regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('GoodSans-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('GoodSans-Regular.woff') format('woff'); /* Modern Browsers */
}

/* VBB icon font */
@font-face {
  font-family: 'vbbicons';
  font-style: normal;
  font-weight: 400;
  /*src: url('GoodSans-Regular.eot'); /* IE9 Compat Modes */
  src: local(''),
      /* url('vbbicons.woff2') format('woff2'), /* Super Modern Browsers */
       url('vbbicons.woff') format('woff'); /* Modern Browsers */
}