/*
 Theme Name:   GeneratePress Child
 Template:     generatepress
 Version:      1.0
*/
/* ===== متن اصلی در دسکتاپ ===== */
body {
  font-size: 18px !important;
  line-height: 1.9;
}

/* ===== مرتب‌سازی پاراگراف‌ها ===== */
p {
  text-align: justify;
  text-justify: inter-word;
}

/* ===== تیترها در دسکتاپ ===== */
h1 { font-size: 24px !important; }
h2 { font-size: 23px !important; }
h3 { font-size: 22px !important; }
h4 { font-size: 21px !important; }

/* ===== موبایل (کمی کوچک‌تر از دسکتاپ) ===== */
@media (max-width: 768px) {
  body {
    font-size: 18px !important;
  }

  p {
    text-align: justify;
    text-justify: inter-word;
  }

  h1 { font-size: 22px !important; }
  h2 { font-size: 21px !important; }
  h3 { font-size: 20px !important; }
  h4 { font-size: 19px !important; }
}
