/* #### Modified from: http://font.download #### */
/* Only including the weights used in the application: 300, 400, 600, 700 */

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;       /* Light = 300 weight */
  src: local('Nunito Light'), url('../fonts/nunito/Nunito-Light.woff') format('woff');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;       /* Regular = 400 weight */
  src: local('Nunito Regular'), url('../fonts/nunito/Nunito-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;       /* SemiBold = 600 weight */
  src: local('Nunito SemiBold'), url('../fonts/nunito/Nunito-SemiBold.woff') format('woff');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;       /* Bold = 700 weight */
  src: local('Nunito Bold'), url('../fonts/nunito/Nunito-Bold.woff') format('woff');
}