@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('../fonts/material-icons.woff') format('woff');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/roboto-light.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-regular.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/roboto-medium.woff') format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto-bold.woff') format('woff');
}

@font-face {
  font-family: 'Hasklig';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/hasklig.otf') format('opentype'),
       url('../fonts/hasklig.eot'),
       url('../fonts/hasklig.ttf') format('truetype'),
       url('../fonts/hasklig.woff') format('woff'),
       url('../fonts/hasklig.woff2') format('woff2'),
       url('../fonts/hasklig.svg') format('svg');
}
 @font-face {
  font-family: 'HaskligBold';
  src: url('../fonts/hasklig-bold.otf') format('opentype'),
  url('../fonts/hasklig-bold.eot'),
  url('../fonts/hasklig-bold.ttf') format('truetype'),
  url('../fonts/hasklig-bold.woff') format('woff'),
  url('../fonts/hasklig-bold.woff2') format('woff2'),
  url('../fonts/hasklig-bold.svg') format('svg');
 }

@font-face {
  font-family: 'SourceSansProLight';
  src: url('../fonts/sourcesanspro-light.otf') format('opentype'),
  url('../fonts/sourcesanspro-light.eot'),
  url('../fonts/sourcesanspro-light.ttf') format('truetype'),
  url('../fonts/sourcesanspro-light.woff') format('woff'),
  url('../fonts/sourcesanspro-light.woff2') format('woff2'),
  url('../fonts/sourcesanspro-light.svg') format('svg');
}
@font-face {
  font-family: 'SourceSansProSemiBold';
  src: url('../fonts/sourcesanspro-semibold.otf') format('opentype'),
  url('../fonts/sourcesanspro-semibold.eot'),
  url('../fonts/sourcesanspro-semibold.ttf') format('truetype'),
  url('../fonts/sourcesanspro-semibold.woff') format('woff'),
  url('../fonts/sourcesanspro-semibold.woff2') format('woff2'),
  url('../fonts/sourcesanspro-semibold.svg') format('svg');
}
@font-face {
  font-family: 'SourceSansProRegular';
  src: url('../fonts/sourcesanspro-regular.otf') format('opentype'),
  url('../fonts/sourcesanspro-regular.eot'),
  url('../fonts/sourcesanspro-regular.ttf') format('truetype'),
  url('../fonts/sourcesanspro-regular.woff') format('woff'),
  url('../fonts/sourcesanspro-regular.woff2') format('woff2'),
  url('../fonts/sourcesanspro-regular.svg') format('svg');
}
