/*
Theme Name: Banooye Ravi
Theme URI: https://banooyeravi.ir/
Author: Hosein Kazemi
Author URI: https://t.me/sayeha1
Description: بانوان راوی پیشرفت
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ravi
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

@font-face {
	font-family: AnjomanMax;
	font-style: normal;
	font-weight: 100;
	src: url('fonts/woff/AnjomanMax-Thin.woff') format('woff'),   
	url('fonts/woff2/AnjomanMax-Thin.woff2') format('woff2');		
}

@font-face {
	font-family: AnjomanMax;
	font-style: normal;
	font-weight: 200;
	src: url('fonts/woff/AnjomanMax-ExtraLight.woff') format('woff'),   
	url('fonts/woff2/AnjomanMax-ExtraLight.woff2') format('woff2');	
}

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

@font-face {
	font-family: AnjomanMax;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/woff/AnjomanMax-Medium.woff') format('woff'),   
	url('fonts/woff2/AnjomanMax-Medium.woff2') format('woff2');		 
}

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

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

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

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

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #7b8fc9 #e4e9f7;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background: #d0dcff;
}

*::-webkit-scrollbar-thumb {
    background-color: #7b8fc9;
    border-radius: 12px;
}

html, body {
    padding: 0;
    margin: 0;
}

a:hover {
    color: #0345bf;
}

.cursor-pointer {
    cursor: pointer;
}


