/*
 * Alo Imeni — Typography
 * خانوادهٔ فونت (IRANSansX لوکال) + مقیاسِ تیترها. @font-face در fonts.css.
 */
body,button,input,select,textarea{
  font-family:var(--alo-font-body);
}
body{font-size:var(--alo-fs-body)}

/* تیترها — text-wrap:balance طبق سیستم طراحی */
h1,h2,h3,h4{margin:0;line-height:1.35;text-wrap:balance;font-weight:800}

/* عنوانِ هیرو */
.alo-hero-title{font-size:var(--alo-fs-hero);font-weight:800;line-height:1.2}
.alo-hero-sub{font-size:clamp(14px,1.4vw,17px);color:var(--alo-color-text-2);font-weight:500;margin-top:12px}

/* عنوانِ سکشن */
.alo-sec-title,
.alo-archive-title,
.woocommerce-products-header__title{font-size:var(--alo-fs-section);font-weight:800}

/* متنِ ریز */
.alo-muted{color:var(--alo-color-muted);font-size:var(--alo-fs-small)}
.alo-tiny{color:var(--alo-color-muted);font-size:var(--alo-fs-tiny)}

/* اعدادِ tabular برای قیمت‌ها (نمایشِ یکنواختِ ارقامِ فارسی) */
.alo-prod-price,.price,.amount{font-variant-numeric:tabular-nums}
