
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nunito/regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito/regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito/regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito/regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito/regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/nunito/light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito/light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito/light.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito/light.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito/light.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/nunito/bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/nunito/bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nunito/bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nunito/bold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nunito/bold.ttf') format('truetype'); /* Safari, Android, iOS */
}