/* Lesbarkeit ohne eigene Farbwelt – Farben kommen aus dem NightHero-Theme. */
body {
  font-size: 17px;
  font-weight: 550;
  line-height: 1.6;
}

body p,
body li,
body dt,
body dd,
body label,
body address {
  font-size: 17px;
}

body small {
  font-size: 13px;
  line-height: 1.5;
}

body a,
body button,
body input,
body select,
body textarea { font-weight: 700; }

body input,
body select,
body textarea { font-size: 16px; }

body h1,
body h2,
body h3,
body h4,
body strong,
body b { font-weight: 800; }

.nh-overline,
.eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
}

.product-card h3 { font-size: 17px; line-height: 1.35; }
.product-price { font-size: 22px; }
.product-meta small,
.product-info-button,
.regular-price { font-size: 13px; }
.stock-pill,
.discount-badge { font-size: 12px; }
.faq-list summary { font-size: 18px; font-weight: 800; }
.nh-legal-section p,
.nh-legal-section address { line-height: 1.75; }

@media (max-width: 760px) {
  body { font-size: 16px; }
  body p,
  body li,
  body dt,
  body dd,
  body label,
  body address { font-size: 16px; }
  .product-card h3 { font-size: 16px; }
  .product-price { font-size: 20px; }
}
