﻿/**
*
*	Name:			Yekan Bakh Fonts
*	Version:			1.0
*	Author:			Reza Bakhtiarifard (rbakhtiarifard.ir)
*	Created on:		May 2022
*	Updated on:		May 2022
*	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('fonts/woff/YekanBakh-Thin.woff') format('woff'),
	url('fonts/woff2/YekanBakh-Thin.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'yekan-bakh';
	font-style: normal;
	font-weight: 200;
	src: url('fonts/woff/YekanBakh-Light.woff') format('woff'),
	url('fonts/woff2/YekanBakh-Light.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'yekan-bakh';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/woff/YekanBakh-Regular.woff') format('woff'),
	url('fonts/woff2/YekanBakh-Regular.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'yekan-bakh';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/woff/YekanBakh-SemiBold.woff') format('woff'),   
	url('fonts/woff2/YekanBakh-SemiBold.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'yekan-bakh';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/woff/YekanBakh-SemiBold.woff') format('woff'),   
	url('fonts/woff2/YekanBakh-SemiBold.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'yekan-bakh';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/woff/YekanBakh-Bold.woff') format('woff'),
	url('fonts/woff2/YekanBakh-Bold.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'yekan-bakh';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/woff/YekanBakh-ExtraBold.woff') format('woff'),
	url('fonts/woff/YekanBakh-ExtraBold.woff') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'yekan-bakh';
	font-style: normal;
	font-weight: 800;
	src: url('fonts/woff/YekanBakh-Black.woff') format('woff'),
	url('fonts/woff2/YekanBakh-Black.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'yekan-bakh';
	font-style: normal;
	font-weight: 900;
	src: url('fonts/woff/YekanBakh-ExtraBlack.woff') format('woff'),
	url('fonts/woff2/YekanBakh-ExtraBlack.woff2') format('woff2');
	font-display: swap;
}

.yekan-bakh,
.yekanbakh {
	font-family: 'yekan-bakh', sans-serif;
}



