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

.Nunito-Bold-Web {
  font-family: 'Nunito';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

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

.Graphik-Regular-Web {
  font-family: 'Nunito';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}