@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('Material-Icons.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Light';
  font-style: normal;
  font-weight: 300;
  src: url('Roboto-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat-Bold';
  font-style: normal; 
  font-weight: 300;
  src: url('Montserrat-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'MontserratRegular';
  font-style: normal;
  font-weight: 300;
  src: url('Montserrat-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Bold';
  font-style: normal;
  font-weight: 700;
  src: url('Roboto-Bold.ttf') format('truetype');
}

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