/* inter-300 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('font/inter/inter-v2-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''), url('font/inter/inter-v2-latin-300.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('font/inter/inter-v2-latin-300.woff2') format('woff2'),
    /* Super Modern Browsers */ url('font/inter/inter-v2-latin-300.woff') format('woff'),
    /* Modern Browsers */ url('font/inter/inter-v2-latin-300.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('font/inter/inter-v2-latin-300.svg#Inter') format('svg'); /* Legacy iOS */
}

/* inter-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('font/inter/inter-v2-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''), url('font/inter/inter-v2-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('font/inter/inter-v2-latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */ url('font/inter/inter-v2-latin-regular.woff') format('woff'),
    /* Modern Browsers */ url('font/inter/inter-v2-latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('font/inter/inter-v2-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-500 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('font/inter/inter-v2-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''), url('font/inter/inter-v2-latin-500.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('font/inter/inter-v2-latin-500.woff2') format('woff2'),
    /* Super Modern Browsers */ url('font/inter/inter-v2-latin-500.woff') format('woff'),
    /* Modern Browsers */ url('font/inter/inter-v2-latin-500.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('font/inter/inter-v2-latin-500.svg#Inter') format('svg'); /* Legacy iOS */
}

/* Material Icons */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('font/mdi/MaterialIcons-Regular.eot'); /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'),
    url('font/mdi/MaterialIcons-Regular.woff2') format('woff2'),
    url('font/mdi/MaterialIcons-Regular.woff') format('woff'),
    url('font/mdi/MaterialIcons-Regular.ttf') format('truetype');
}

.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;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  text-decoration: none;
}
