body{
    background-image: url(Catálogo/img/fondo2.jpg);
    background-size:cover ;
    background-position:center ;
    background-attachment:fixed ;
    background-repeat: no-repeat ;
}
.navbar{
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Spicy Rice", serif;
  font-weight: 400;
  font-style: normal;
}
.accordion-button:not(.collapsed) {
  background-color: #e9b2b7; 
  color: #842029; 
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow:0 0 0 0.25rem rgba(220, 53, 69, 0.5);
  border-color: #dc3545;
}

.accordion-button {
  border: none;
}

h2,h3,h4{
  font-family: "Spicy Rice", serif;
  font-weight: 400;
  font-style: normal;
  color: #dc3545;
}

p,h1,h5{
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

html{
scroll-behavior: smooth;
}

label{
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
