html:has(.quiet-home) {
  background: #f7f7f5 !important;
}

body[data-samoylik-app=home].quiet-home {
  box-sizing: border-box;
  display: grid;
  place-items: center;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  background: #f7f7f5 !important;
  color: #171717 !important;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.quiet-home main {
  box-sizing: border-box;
  width: 100%;
  padding: 24px;
  text-align: center;
}

body[data-samoylik-app=home].quiet-home h1 {
  margin: 0;
  font-size: clamp(36px, 12vw, 180px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -.065em;
  white-space: nowrap;
}
