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

/* Material Icons */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/MaterialIcons-Regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/MaterialIcons-Regular.woff2') format('woff2'), /* IE6-IE8 */
       url('../fonts/MaterialIcons-Round.woff2') format('woff2'), /* IE6-IE8 */
       url('../fonts/MaterialIcons-Two-Tone.woff2') format('woff2'), /* IE6-IE8 */
       url('../fonts/MaterialIcons-Sharp.woff2') format('woff2'), /* IE6-IE8 */
       url('../fonts/MaterialIcons-Regular.woff') format('woff'), /* Super Modern Browsers */
       url('../fonts/MaterialIcons-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/MaterialIcons-Regular.svg') format('svg'); /* Legacy iOS */
}