html,
body,
#root {
  min-height: 100%;
}

body {
  background: #eef3f8;
  color: #07152f;
  font-family: "Schibsted Grotesk", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}

.app-noscript {
  display: grid;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 24px;
  place-items: center;
  text-align: center;
}

.app-noscript h1 {
  font-size: 1.25rem;
  margin: 0 0 8px;
}

.app-noscript p {
  color: #5b6a80;
  margin: 0;
}
