/*
        To find the list file for icons use the link :
        https://fonts.googleapis.com/icon?family=Material+Icons
*/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material-Icons-Regular'),
    url(../material-icons-4.0.0/MaterialIcons-Regular.woff2) format('woff2'),
    url(../material-icons-4.0.0/MaterialIcons-Regular.woff) format('woff'),
    url(../material-icons-4.0.0/MaterialIcons-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: local('Material-Icons-Outlined'),
    url(../material-icons-4.0.0/MaterialIconsOutlined-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  src: local('Material-Icons-Round'),
    url(../material-icons-4.0.0/MaterialIconsRound-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Material Icons Sharp';
  font-style: normal;
  font-weight: 400;
  src: local('Material-Icons-Sharp'),
    url(../material-icons-4.0.0/MaterialIconsSharp-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Material Icons TwoTone';
  font-style: normal;
  font-weight: 400;
  src: local('Material-Icons-TwoTone'),
    url(../material-icons-4.0.0/MaterialIconsTwoTone-Regular.otf) format('opentype');
}

.material-icons-round,
.material-icons-sharp,
.material-icons-twotone,
.material-icons-outlined,
.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';
}

.material-icons {
  font-family: 'Material Icons';
}

.material-icons-outlined {
  font-family: 'Material Icons Outlined';
}

.material-icons-round {
  font-family: 'Material Icons Round';
}

.material-icons-sharp {
  font-family: 'Material Icons Sharp';
}

.material-icons-twotone {
  font-family: 'Material Icons TwoTone';
}
