@font-face {
  font-family: 'Barlow';
  src: url('barlow/barlow-regular-webfont.woff2') format('woff2'),
  url('barlow/barlow-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow';
  src: url('barlow/barlow-bold-webfont.woff2') format('woff2'),
  url('barlow/barlow-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url('nunito/nunito-regular-webfont.woff2') format('woff2'),
  url('nunito/nunito-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url('nunito/nunito-bold-webfont.woff2') format('woff2'),
  url('nunito/nunito-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}