@font-face {
  font-family: WorkSans;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("WorkSans-Light.8159315f.ttf");
}

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

@font-face {
  font-family: WorkSans;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("WorkSans-Bold.b1acc62f.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 {
  height: 100%;
  margin: 0;
  font-family: WorkSans;
  font-size: 16px;
  overflow: hidden;
}

