.cart-summary-line .label {
  font-weight: 400;
  color: #000000; /* negro */
}

.cart-summary-line .value {
  font-weight: bold;
  color: #000000; /* negro */
}

/* FIX PageSpeed – font-display correcto */
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
