/* --- Header اطلاعات پوسته بالای فایل بماند --- */
/**
 * Theme Name:     nexi Child
 * Author:         viraseo
 * Template:       nexi
 * Text Domain:	   nexi-child
 * Description:    viraseo theme
 */

/* تعریف فونت — نام یکنواخت و بدون نقطه */
@font-face {
  font-family: 'FarDinar';
  src: url('/wp-content/themes/nexi-child/fonts/Far.Dinar.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* اعمال روی کل سایت */
html, body, button, input, textarea, select {
  font-family: 'FarDinar', sans-serif !important;
}
/* Slider Revolution v6 */
.rs-module, .rs-layer, .rs-layer * {
  font-family: 'FarDinar', sans-serif !important;
}

/* نسخه‌های قدیمی‌تر (tp-*) */
.rev_slider, .rev_slider_wrapper, .tp-caption, .tp-resizeme, .rev-btn, .tp-tab-title, .tp-bullet, .tp-mask-wrap * {
  font-family: 'FarDinar', sans-serif !important;
}
