/*
 Theme Name: ador
 Theme URI: https://adortech.com/
 Author: ADORTECH
 Author URI: mailto:info@adortech.com
 Description: Powered by ADORTECH company
 Version: 1.0
 License: Free
 Text Domain: ador
*/
@font-face {
	font-family: 'AnjomanFaNum';
	src: url('fonts/Anjoman-FaNum-Bold.woff2') format('woff2'), url('fonts/Anjoman-FaNum-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'AnjomanFaNum';
	src: url('fonts/Anjoman-FaNum-Medium.woff2') format('woff2'), url('fonts/Anjoman-FaNum-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
@font-face {
	font-family: 'AnjomanFaNum';
	src: url('fonts/Anjoman-FaNum-Regular.woff2') format('woff2'), url('fonts/Anjoman-FaNum-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}
:root {
	--bs-primary: #c8b464;
	--bs-primary-rgb: 200, 180, 100;
	--bs-secondary: #a3a3a3;
	--bs-secondary-rgb: 163, 163, 163;
	--bs-body-color: #000000;
	--bs-body-color-rgb: 0, 0, 0;
	--bs-light: #f5f5f5;
	--bs-light-rgb: 245, 245, 245;
	--bs-link-color: #c8b464;
	--bs-link-color-rgb: 200, 180, 100;
	--bs-link-hover-color: #676767;
    --bs-link-hover-color-rgb: 103, 103, 103;
	--bs-body-font-family: AnjomanFaNum, Arial, tahoma;
	--bs-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	--bs-border-radius: 8px;
	--bs-body-font-size: 16px;
	font-size: 16px;
}

body {
	line-height: 2;
}

img {
	max-width: 100%;
}
a {
	text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 2;
}
.h1, h1 {
	font-size: 20px;
	font-weight: 700;
}
.h2, h2 {
	font-size: 18px;
	font-weight: 700;
}
.h3, h3 {
	font-size: 17px;
	font-weight: 700;
}
.h4, h4 {
	font-size: 16px;
	font-weight: 700;
}

input[type=text], input[type=tel], input[type=number], input[type=email], input[type=password], select, textarea {
	border-radius: 10px !important;
	border: none !important;
	background: #e3e3e3 !important;
	padding: 0 1rem !important;
	line-height: 56px !important;
	height: 56px !important;
	outline: 0;
	font-family: AnjomanFaNum !important;
	transition: all 0.3s ease-in-out;
	width: 100%;
}
textarea {
	display: block;
	height: auto !important;
	min-height: 90px !important;
	line-height: 2em !important;
}
[type=email], [type=number], [type=tel], [type=url] {
	direction: rtl;
}