/**
*
*	Name:			AnjomanMax Fonts
*	Version:			2.4
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		Apr 22, 2021
*	Updated on:		Jan 22, 2022
*	Website:			http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونتایران سنس Xا یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
AnjomanMax 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/anjoman/-
*	
**/


@font-face {
	font-family: AnjomanMax;
	font-style: normal;
	font-weight: 100;
	src: url('../../fonts/anjoman/anjoman/woff/AnjomanMax-Thin.woff') format('woff'),   
	url('../fonts/anjoman/woff2/AnjomanMax-Thin.woff2') format('woff2');		
}

@font-face {
	font-family: AnjomanMax;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/anjoman/woff/AnjomanMax-ExtraLight.woff') format('woff'),   
	url('../fonts/anjoman/woff2/AnjomanMax-ExtraLight.woff2') format('woff2');	
}

@font-face {
	font-family: AnjomanMax;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/anjoman/woff/AnjomanMax-Light.woff') format('woff'),   
	url('../fonts/anjoman/woff2/AnjomanMax-Light.woff2') format('woff2');		 
}

@font-face {
	font-family: AnjomanMax;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/anjoman/woff/AnjomanMax-Medium.woff') format('woff'),   
	url('../fonts/anjoman/woff2/AnjomanMax-Medium.woff2') format('woff2');		 
}

@font-face {
	font-family: AnjomanMax;
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/anjoman/woff/AnjomanMax-SemiBold.woff') format('woff'),   
	url('../fonts/anjoman/woff2/AnjomanMax-SemiBold.woff2') format('woff2');	 
}

@font-face {
	font-family: AnjomanMax;
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/anjoman/woff/AnjomanMax-ExtraBold.woff') format('woff'),   
	url('../fonts/anjoman/woff2/AnjomanMax-ExtraBold.woff2') format('woff2');		 
}

@font-face {
	font-family: AnjomanMax;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/anjoman/woff/AnjomanMax-Black.woff') format('woff'),   
	url('../fonts/anjoman/woff2/AnjomanMax-Black.woff2') format('woff2');		 
}

@font-face {
	font-family: AnjomanMax;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/anjoman/woff/AnjomanMax-Bold.woff') format('woff'),   
	url('../fonts/anjoman/woff2/AnjomanMax-Bold.woff2') format('woff2');	 
}

@font-face {
	font-family: AnjomanMax;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/anjoman/woff/AnjomanMax-Regular.woff') format('woff'),   
	url('../fonts/anjoman/woff2/AnjomanMax-Regular.woff2') format('woff2');	
}



:root{
    --bs-body-font-family: AnjomanMax, Tahoma, Verdana, arial, serif;
}

body {
    font-family: var(--bs-body-font-family);
}

[type=tel],
.number-format,
.card-format,
.tel-format,
.intro-form,
.date-picker,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection__rendered,
.paginate-links span,
.paginate-links a,
ul.page-numbers > li > span,
ul.page-numbers > li > a,
.fanum, .persiannumber, .popover {
    -moz-font-feature-settings: "ss05";
    -webkit-font-feature-settings: "ss05";
    font-feature-settings: "ss05";
}

.number-format{
    text-align: left;
    direction: ltr;
}
