/*
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSans/NotoSansCJKjp-Thin.woff) format('woff'),
       url(../fonts/NotoSans/NotoSansCJKjp-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/NotoSans/NotoSansCJKjp-Light.woff) format('woff'),
       url(../fonts/NotoSans/NotoSansCJKjp-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 300;
   src: url(../fonts/NotoSans/NotoSansCJKjp-DemiLight.woff) format('woff'),
        url(../fonts/NotoSans/NotoSansCJKjp-DemiLight.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: url(../fonts/NotoSans/NotoSansCJKjp-Regular.woff) format('woff'),
        url(../fonts/NotoSans/NotoSansCJKjp-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   src: url(../fonts/NotoSans/NotoSansCJKjp-Medium.woff) format('woff'),
        url(../fonts/NotoSans/NotoSansCJKjp-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: url(../fonts/NotoSans/NotoSansCJKjp-Bold.woff) format('woff'),
        url(../fonts/NotoSans/NotoSansCJKjp-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 900;
   src: url(../fonts/NotoSans/NotoSansCJKjp-Black.woff) format('woff'),
        url(../fonts/NotoSans/NotoSansCJKjp-Black.otf) format('opentype');
 }
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSerif/NotoSerifCJKjp-ExtraLight.woff) format('woff'),
       url(../fonts/NotoSerif/NotoSerifCJKjp-ExtraLight.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/NotoSerif/NotoSerifCJKjp-Light.woff) format('woff'),
       url(../fonts/NotoSerif/NotoSerifCJKjp-Light.otf) format('opentype');
}
*/
@font-face {
   font-family: 'Noto Serif Japanese';
   font-style: normal;
   font-weight: 300;
   src: url(../fonts/NotoSerif/NotoSerifCJKjp-Regular.woff) format('woff'),
        url(../fonts/NotoSerif/NotoSerifCJKjp-Regular.otf) format('opentype');
}
/*
@font-face {
   font-family: 'Noto Serif Japanese';
   font-style: normal;
   font-weight: 400;
   src: url(../fonts/NotoSerif/NotoSerifCJKjp-Medium.woff) format('woff'),
        url(../fonts/NotoSerif/NotoSerifCJKjp-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Serif Japanese';
   font-style: normal;
   font-weight: 500;
   src: url(../fonts/NotoSerif/NotoSerifCJKjp-SemiBold.woff) format('woff'),
        url(../fonts/NotoSerif/NotoSerifCJKjp-SemiBold.otf) format('opentype');
 }
*/
@font-face {
   font-family: 'Noto Serif Japanese';
   font-style: normal;
   font-weight: 700;
   src: url(../fonts/NotoSerif/NotoSerifCJKjp-Bold.woff) format('woff'),
        url(../fonts/NotoSerif/NotoSerifCJKjp-Bold.otf) format('opentype');
 }
/*
@font-face {
   font-family: 'Noto Serif Japanese';
   font-style: normal;
   font-weight: 900;
   src: url(../fonts/NotoSerif/NotoSerifCJKjp-Black.woff) format('woff'),
        url(../fonts/NotoSerif/NotoSerifCJKjp-Black.otf) format('opentype');
 }
*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons/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';
}