@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Days One';
  src: url('../fonts/daysone-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Material Icons';
  src: url('../fonts/material-icons.woff2') format('woff2');
}