@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("Lato-Light.2e272421.ttf");
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("Lato-Regular.ad872c70.ttf");
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("Lato-Bold.f53d8879.ttf");
}

@font-face {
  font-family: Material Icons Round;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("MaterialIconsRound-Regular.803d62ee.otf");
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: lato;
  font-size: 16px;
  overflow: hidden;
}
