@font-face {
  font-family : 'Poppins';
  font-style : normal;
  font-weight : 300;
  src : url('./fonts/Poppins/poppins-300.woff2') format('woff2'),  url('./fonts/Poppins/poppins-300.ttf') format('truetype');
}
@font-face {
  font-family : 'Poppins';
  font-style : normal;
  font-weight : 400;
  src : url('./fonts/Poppins/poppins-400.woff2') format('woff2'),  url('./fonts/Poppins/poppins-400.ttf') format('truetype');
}
@font-face {
  font-family : 'Poppins';
  font-style : normal;
  font-weight : 700;
  src : url('./fonts/Poppins/poppins-700.woff2') format('woff2'),  url('./fonts/Poppins/poppins-700.ttf') format('truetype');
}
@font-face {
  font-family : 'Poppins';
  font-style : normal;
  font-weight : 800;
  src : url('./fonts/Poppins/poppins-800.woff2') format('woff2'),  url('./fonts/Poppins/poppins-800.ttf') format('truetype');
} 
/*
@font-face {
  font-family : 'Poppins';
  font-style : normal;
  font-weight : 900;
  src : url('./fonts/Poppins/poppins-900.woff2') format('woff2'),  url('./fonts/Poppins/poppins-900.ttf') format('truetype');
}
*/

@font-face {
    font-family: 'Material Icons';
    src: url('./fonts/MaterialIcons/MaterialIconsRound-Regular.woff2') format('woff2'),
        url('./fonts/MaterialIcons/MaterialIconsRound-Regular.woff') format('woff'),
        url('./fonts/MaterialIcons/MaterialIconsRound-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} 
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
} 



