:root {
  color-scheme: light;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-synthesis: none;
  background: #f4f3ee;
  color: #273032;
}

* { box-sizing: border-box; }

html, body { min-height: 100%; margin: 0; background: #f4f3ee; }

body {
  min-height: 100dvh;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.product-placeholder {
  display: grid;
  min-height: 100dvh;
  place-items: center;
  padding: max(24px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
}

.product-placeholder h1 {
  margin: 0;
  font-size: clamp(3.8rem, 10vw, 9.5rem);
  font-weight: 300;
  letter-spacing: -0.055em;
}
