@import url('https://use.typekit.net/ith4vyw.css');

@font-face {
  font-family: 'nunito-sans';
  src: url('/fonts/NunitoSans-Regular.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'nunito-sans';
  src: url('/fonts/NunitoSans-Bold.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'nunito-sans';
  src: url('/fonts/NunitoSans-ExtraBold.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}

/* Source: https://github.com/google/material-design-icons/tree/master/iconfont */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'),
    url(/fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(/fonts/MaterialIcons-Regular.woff) format('woff'),
    url(/fonts/MaterialIcons-Regular.ttf) format('truetype');
}
