/* Pelak — WOFF2 only, با وزن‌های رایج */
@font-face{
  font-family: 'Pelak';
  src: url('../font/pelak/woff2/Pelak-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Pelak';
  src: url('../font/pelak/woff2/Pelak-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Pelak';
  src: url('../font/pelak/woff2/Pelak-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Pelak';
  src: url('../font/pelak/woff2/Pelak-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Pelak';
  src: url('../font/pelak/woff2/Pelak-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Pelak';
  src: url('../font/pelak/woff2/Pelak-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Pelak';
  src: url('../font/pelak/woff2/Pelak-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: 'Pelak';
  src: url('../font/pelak/woff2/Pelak-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ست فونت پیش‌فرض سایت */
:root{
  --font-primary: 'Pelak', 'Vazirmatn', Tahoma, Arial, sans-serif;
}

/* اعمال سراسری روی بدنه و کنترل‌ها */
body,
button,
input,
select,
textarea {
  font-family: var(--font-primary);
}

/* Elementor & WooCommerce */
.elementor-widget,
.elementor-heading-title,
.woocommerce,
.woocommerce .button,
.woocommerce .woocommerce-breadcrumb {
  font-family: var(--font-primary);
}
