.index-module__shell__ufL8K {
  min-height: 100vh;
  background: #080705;
  color: #f7f0e7;
}
.index-module__main__mgDgC {
  min-height: 100vh;
}
.index-module__routeFallback__lkLKS {
  display: grid;
  min-height: 100vh;
  place-items: center;
  color: #b9aa99;
}

button,
input,
textarea,
select {
  font: inherit;
}
button {
  color: inherit;
}
html {
  background: #080705;
}
body {
  min-width: 320px;
  margin: 0;
  background: radial-gradient(circle at 16% -10%, rgba(216, 71, 39, 0.2), transparent 32rem), radial-gradient(circle at 90% 8%, rgba(255, 178, 38, 0.12), transparent 30rem), #080705;
  color: #f7f0e7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* {
  box-sizing: border-box;
}

