/* main.css
   فقط بهبود خوانایی متن‌ها
   بدون هیچ تغییر ظاهری دیگر
*/

.about-content p,
section p,
article p {
  text-align: justify;
  line-height: 1.9;
}

/* helper button colors (used on some pages) */
.btn-blue{background:#0d6efd !important;}
.btn-red{background:#d10000 !important;}
