:root {
  color-scheme: light;
  font-family: system-ui, sans-serif;
  color: #14233f;
  background: #f3f1ec;
}
body {
  margin: 0;
}
#loading {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}
a {
  color: inherit;
}
a:focus-visible {
  outline: 3px solid #ff8f73;
  outline-offset: 4px;
}
iframe {
  position: fixed;
  inset: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #f3f1ec;
}
[hidden] {
  display: none !important;
}
