/**
*
*	Name:			Yekan Bakh Fonts
*	Version:			2.4
*	Author:			Reza Bakhtiarifard (rbakhtiarifard.ir)
*	Created on:		Jan 2024
*	Updated on:		Jan 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: (.....)
------------------------------------------------------------------------------------- fonts/-
*
**/


@font-face {
    font-family: Yekan Bakh;
    font-style: normal;
    font-weight: 100;
    src: url('woff/YekanBakhFaNum-thin.woff') format('woff'),
    url('woff2/YekanBakhFaNum-thin.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh;
    font-style: normal;
    font-weight: 300;
    src: url('woff/YekanBakhFaNum-Light.woff') format('woff'),
    url('woff2/YekanBakhFaNum-Light.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh;
    font-style: normal;
    font-weight: normal;
    src: url('woff/YekanBakhFaNum-Regular.woff') format('woff'),
    url('woff2/YekanBakhFaNum-Regular.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh;
    font-style: normal;
    font-weight: 600;
    src: url('woff/YekanBakhFaNum-SemiBold.woff') format('woff'),
    url('woff2/YekanBakhFaNum-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh;
    font-style: normal;
    font-weight: bold;
    src: url('woff/YekanBakhFaNum-Bold.woff') format('woff'),
    url('woff2/YekanBakhFaNum-Bold.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh;
    font-style: normal;
    font-weight: 800;
    src: url('woff/YekanBakhFaNum-ExtraBold.woff') format('woff'),
    url('woff2/YekanBakhFaNum-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh;
    font-style: normal;
    font-weight: 900;
    src: url('woff/YekanBakhFaNum-Black.woff') format('woff'),
    url('woff2/YekanBakhFaNum-Black.woff2') format('woff2');
}

@font-face {
    font-family: Yekan Bakh;
    font-style: normal;
    font-weight: 950;
    src: url('woff/YekanBakhFaNum-ExtraBlack.woff') format('woff'),
    url('woff2/YekanBakhFaNum-ExtraBlack.woff2') format('woff2');
}

html[dir=rtl] body {
    font-weight: 300;
    direction: rtl;
    #background-color: #E2E2E2;
    margin: 0;
    font-family: Yekan Bakh;
    font-feature-settings: "kern" on, "liga" on, "dlig" on;
    -moz-font-feature-settings: "kern" on, "liga" on, "dlig" on;
    -webkit-font-feature-settings: "kern" on, "liga" on, "dlig" on;
    -ms-font-feature-settings: "kern" on, "liga" on, "dlig" on;
    -o-font-feature-settings: "kern" on, "liga" on, "dlig" on;
}
html[dir=rtl] h1, html[dir=rtl]  h2, html[dir=rtl]  h3, html[dir=rtl]  h4, html[dir=rtl]  h5, html[dir=rtl]  h6, html[dir=rtl] input, html[dir=rtl]  textarea {
    font-family: Yekan Bakh !important;
}

