* {
  box-sizing: border-box;
}

body {
  height: 100dvh;
  margin: 0;
  overflow: hidden;
  width: 100dvw;
}

.main {
  font-family: 'Hauss Regular';
  font-size: 13px;
  font-weight: 400;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

ui-alert, ui-badge, ui-button,
ui-group, ui-href, ui-image,
ui-input, ui-language, ui-layout,
ui-link, ui-loader, ui-scrollbar {
  display: none;
}