/* Carrega antes do bundle — evita flash branco até main.jsx + portão */
html,
body {
  margin: 0;
  min-height: 100%;
  background-color: #f5f3e7;
}

#dermo-first-shell {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  font-family: 'DM Sans', system-ui, sans-serif;
  color: #1a1a1a;
}

#dermo-first-shell .dermo-first-inner {
  max-width: 26rem;
  padding: 2rem 1.5rem;
  text-align: center;
}

#dermo-first-shell .dermo-first-eyebrow {
  margin: 0 0 0.75rem;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #a66a47;
}

#dermo-first-shell .dermo-first-title {
  margin: 0;
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}
