@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500;1,600&family=Figtree:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");

body {
  background: #f4eee6 !important;
  color: #2c221e !important;
  font-family: "Figtree", sans-serif !important;
}

.titulo, h1, h2, h3, .logo, .nome-produto {
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 500;
  color: #2c221e !important;
}

a { color: #8c3d3d; }
.preco-produto, .preco-promocional { color: #8c3d3d !important; }

.botao, .botao-comprar, .comprar {
  background: #8c3d3d !important;
  border: none !important;
  color: #f8f1ea !important;
  border-radius: 8px !important;
}

.topo, header {
  background: #f4eee6 !important;
  border-bottom: 1px solid #e4d9cd !important;
}

.rodape {
  background: #ebe2d6 !important;
  color: #7a6a62 !important;
}