html,
body {
  background:
    radial-gradient(circle at top left, rgba(243, 90, 74, 0.15), transparent 28%),
    radial-gradient(circle at bottom right, rgba(47, 124, 118, 0.18), transparent 32%),
    #fdf8f5;
  height: 100%;
  margin: 0;
}

body {
  overflow: hidden;
}

#findory-loading {
  align-items: center;
  color: #241714;
  display: flex;
  font: 800 42px system-ui, sans-serif;
  height: 100%;
  justify-content: center;
  letter-spacing: -1.5px;
  position: fixed;
  width: 100%;
}
