/**
*
*	Name:			Yekan Bakh Fonts
*	Version:			3
*	Author:			Reza Bakhtiarifard, Majan Jafarzadeh
*	Created on:		Jul 2024
*	Updated on:		Jul 2024
*	Vendor:			http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت یکان‌بخ یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
Yekan Bakh fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com 
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: Behsaa.com
------------------------------------------------------------------------------------- fonts/-
*	
**/

@font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/yb/YekanBakh-VF.woff2') format('woff2'),
         url('.../fonts/yb/YekanBakh-VF.woff') format('woff');
    font-weight: 300 700; /* محدوده وزن فونت */
    font-stretch: 75% 100%; /* محدوده عرض فونت */
    font-display: swap; /* بارگذاری فونت بهینه */
}

body {
    font-family: 'YekanBakh', sans-serif; /* استفاده از فونت در بدنه */
}

p, h1, h2, h3, h4, h5, h6, span {
    font-family: 'YekanBakh', sans-serif; /* استفاده از فونت در عناصر مختلف */
}