/**
*
*	Name:			Ravi Fonts
*	Version:			2.3
*	Author:			Reza Bakhtiarifard (rbakhtiarifard.ir)
*	Created on:		November 2023
*	Updated on:		November 2023
*	Vendor:			http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت راوی یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
Ravi 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: Ravi;
	font-style: normal;
	font-weight: 100;
	src: url('woff/Ravi-thin.woff') format('woff'),   
	url('woff2/Ravi-thin.woff2') format('woff2');		
}

@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: 300;
	src: url('woff/Ravi-Light.woff') format('woff'),   
	url('woff2/Ravi-Light.woff2') format('woff2');	
}

@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: normal;
	src: url('woff/Ravi-Regular.woff') format('woff'),   
	url('woff2/Ravi-Regular.woff2') format('woff2');		 
}

@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: 500;
	src: url('woff/Ravi-Medium.woff') format('woff'),   
	url('woff2/Ravi-Medium.woff2') format('woff2');		 
}

@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: 600;
	src: url('woff/Ravi-SemiBold.woff') format('woff'),   
	url('woff2/Ravi-SemiBold.woff2') format('woff2');		 
}

@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: bold;
	src: url('woff/Ravi-Bold.woff') format('woff'),   
	url('woff2/Ravi-Bold.woff2') format('woff2'); 
}


@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: 900;
	src: url('woff/Ravi-Black.woff') format('woff'),   
	url('woff2/Ravi-Black.woff2') format('woff2');		 
}

@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: 950;
	src: url('woff/Ravi-ExtraBlack.woff') format('woff'),   
	url('woff2/Ravi-ExtraBlack.woff2') format('woff2');		 
}