@font-face {
  font-family: icons;
  font-display: swap;
  src: url("/public/fonts/icons.woff") format("woff"), url("/public/fonts/icons.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("/public/fonts/icons.woof") format("woof"), url("/public/fonts/icons.woof2#icons") format("woof");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

html, body{
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
}

#outlet{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1px;
}