*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html.landing-phase,
html.landing-phase body {
  overflow: auto;
  cursor: auto;
}

body {
  font-family: Inter, system-ui, sans-serif;
  background: #0a0a0a;
  color: #fff;
}

.hidden,
[hidden] {
  display: none !important;
}

kbd {
  font-family: ui-monospace, monospace;
  font-size: 0.9em;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
