
@font-face {
	font-family: 'Vazirmatn';
	src: url('../lebino/assets/fonts/Vazirmatn.ttf');
}

:root {
	--primary-header-and-footer-background: #2E2E33;
	--primary-header-and-footer-text: #D1D5DB;
	--primary-header-and-footer-logo: #FFFFFF;
	--primary-cta: #ff7b26;
	--primary-second-button: #ffe7d8;
	--primary-background: #f8f8f8;
	--primary-text-color: #30475E;
	--light-text-color: #fff;
	--secondary-background: #F7F7F7;
	--primary-button-color: #00477a;
	--primary-dark-text: #040D12;
	--primary-gray-text: #7a7979;
	--border-radius: 10px;
	--border-gradient: linear-gradient(180deg, #30475E 0%, #30475E 100%);
	--image-slider-text-color: #ffffff;
	--link-color: #3f72f3;
	--disable-button-color: #d8d8d8;
	--font: 'Vazirmatn', sans-serif;
}

body {
	direction: rtl;
	background-color: var(--primary-background);
	margin: 0 !important;
	font-family: var(--font);
}

.error{
    z-index: 9999;
}

