/*
 * Aria Traffic — 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;position:relative;padding-inline-start:16px}
.alo-sec-title::before,
.alo-archive-title::before,
.woocommerce-products-header__title::before{content:"";position:absolute;inset-inline-start:0;top:.18em;bottom:.18em;width:6px;border-radius:2px;background:repeating-linear-gradient(135deg,var(--sign-yellow) 0 6px,var(--sign-black) 6px 12px)}

/* متنِ ریز */
.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}
