/* Tipografía global */
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;        /* tamaño base del texto */
  line-height: 1.6;       /* altura de línea cómoda */
  color: #333;            /* color de texto estándar */
  margin: 0;
  padding: 0;
}

/* Titular principal */
h1 {
  font-size: 2.5rem;      /* ~40px */
  font-weight: 700;
  margin: 1rem 0 0.4rem;    /* top 32px, bottom 16px */
  line-height: 1.2;
}

/* Segundo nivel */
h2 {
  font-size: 2rem;        /* ~32px */
  font-weight: 600;
  margin: 1rem 0 0.4rem!important;
  line-height: 1.3;
}

/* Tercer nivel */
h3 {
  font-size: 1.5rem;      /* ~24px */
  font-weight: 600;
  margin: 1.2rem 0 0.6rem; /* top 20px, bottom 12px */
  line-height: 1.4;
}

/* Texto normal (párrafos) */
p {
  font-size: 1rem;        /* ~16px */
  margin: 0 0 2rem;       /* espacio entre párrafos */
}

/* Quitar border de las minituras de los productos */
.product-miniature img.img-fluid {
  border-radius: 0 !important;
}
