@font-face {
  font-family: 'ZwoWeb';
  src: url('./fonts/zwoweb/ZwoWeb.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ZwoWeb';
  src: url('./fonts/zwoweb/ZwoWeb-BlackItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'ZwoWeb';
  src: url('./fonts/zwoweb/ZwoWeb-Extrabold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

html {
  height: 100%;
}

body {
  margin: 0;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #f0f0f0;
}

#help-widget {
  position: fixed;
  bottom: 15px; /* 48 + 15 */
  right: 15px;
  height: 48px;
  width: 48px;
  /* min-height: 48px;
  min-width: 48px; */
}

#hint {
  position: fixed;
  top: 15px;
  left: 15px;
  text-decoration: underline;
  cursor: pointer;
}
