@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto_light/Roboto-Light-webfont.eot');
  src: url('../fonts/roboto_light/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto_light/Roboto-Light-webfont.woff') format('woff'),
       url('../fonts/roboto_light/Roboto-Light-webfont.ttf') format('truetype'),
       url('../fonts/roboto_light/Roboto-Light-webfont.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto_medium/Roboto-Medium-webfont.eot');
  src: url('../fonts/roboto_medium/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto_medium/Roboto-Medium-webfont.woff') format('woff'),
       url('../fonts/roboto_medium/Roboto-Medium-webfont.ttf') format('truetype'),
       url('../fonts/roboto_medium/Roboto-Medium-webfont.svg#Roboto') format('svg');
}

@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto_mono/robotomono-regular-webfont.eot');
  src: url('../fonts/roboto_mono/robotomono-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/roboto_mono/robotomono-regular-webfont.woff') format('woff'),
       url('../fonts/roboto_mono/robotomono-regular-webfont.ttf') format('truetype'),
       url('../fonts/roboto_mono/robotomono-regular-webfont.svg#Roboto_Mono') format('svg');
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: normal;
      src: url('../fonts/roboto_slab_thin/RobotoSlab-Thin-webfont.eot');
      src: url('../fonts/roboto_slab_thin/RobotoSlab-Thin-webfont.eot?#iefix') format('embedded-opentype'),
           url('../fonts/roboto_slab_thin/RobotoSlab-Thin-webfont.woff') format('woff'),
           url('../fonts/roboto_slab_thin/RobotoSlab-Thin-webfont.ttf') format('truetype'),
           url('../fonts/roboto_slab_thin/RobotoSlab-Thin-webfont.svg#Roboto_Slab') format('svg');
}

@font-face {
   font-family: 'Material Icons';
   font-style: normal;
   font-weight: 400;
   src: url('../fonts/iconfont/MaterialIcons-Regular.eot'); /* For IE6-8 */
   src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url('../fonts/iconfont/MaterialIcons-Regular.woff2') format('woff2'),
        url('../fonts/iconfont/MaterialIcons-Regular.woff') format('woff'),
        url('../fonts/iconfont/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}