/* ===== Reset básico ===== */
body {
  margin: 0;
  padding: 0;
  background-color: #FAF7F5;
  color: #5F5A57;
}

/* ===== Tipografia ===== */
h1, h2 {
  font-family: 'Playfair Display', serif;
}

p {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
}

/* ===== Cabeçalho ===== */
header {
  background-color: #E8B7C8;
  text-align: center;
  padding: 60px 20px;
}

header h1 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

header p {
  font-size: 1.1rem;
}

/* ===== Conteúdo ===== */
main {
  padding: 40px 20px;
  max-width: 800px;
  margin: auto;
}

section h2 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
