html, body, body * {
  font-family: Verdana, Geneva, sans-serif !important;
  font-size: clamp(13px, 0.9vw, 16px) !important;
}

/* címek mérete, 22-től 26-ig scalel */
/* nem lehet túl nagyra venni, ugyanis az almenükben a címek kilógnak */
h1, h2, h3 {
  font-size: clamp(22px, 1.2vw, 26px) !important;
  font-weight: bold !important;
}

/* banner címének mérete */
.banner-item__title {
  font-size: clamp(20px, 2vw, 36px) !important;
  font-weight: bold !important;
}

/* GYIK rész */
@media (max-width: 768px) {

  /* cím bold */
  .faq-module-body .faq-item__question {
    font-weight: 700 !important;
  }

  /* válasz normál */
  .faq-module-body .faq-item__answer,
  .faq-module-body .faq-item__answer * {
    font-weight: 400 !important;
  }
}