/
/* Font Lora peste tot, dimensiune mai mare */
body {
  font-family: 'Lora', serif;
  font-size: 18px !important;
}

h1, h2, h3, .page_title, .pkp_page_title {
  font-family: 'Lora', serif;
}* Importă fonturile elegante de la Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Lato:wght@400;600&display=swap');

/* Font pentru text general */
body {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #333333; /* gri închis, elegant, nu negru pur */
}

/* Font pentru titluri */
h1, h2, h3, .page_title, .pkp_page_title {
  font-family: 'Playfair Display', serif;
}

/* Mărește sigla jurnalului */
.pkp_site_name .is_img img,
.pkp_site_name a.is_img img {
  width: 150px !important;
  height: 150px !important;
  max-height: none !important;
  max-width: none !important;
}

.pkp_site_name a.is_img {
  width: 150px !important;
  height: 150px !important;
  display: inline-block !important;
}