/**
*	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('../fonts/ravi-thin.woff') format('woff'),   
	url('../fonts/ravi-thin.woff2') format('woff2');		
}
@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/ravi-light.woff') format('woff'),   
	url('../fonts/ravi-light.woff2') format('woff2');	
}
@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/ravi-regular.woff') format('woff'),   
	url('../fonts/ravi-regular.woff2') format('woff2');		 
}
@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/ravi-medium.woff') format('woff'),   
	url('../fonts/ravi-medium.woff2') format('woff2');		 
}
@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/ravi-semibold.woff') format('woff'),   
	url('../fonts/ravi-semibold.woff2') format('woff2');		 
}
@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/ravi-bold.woff') format('woff'),   
	url('../fonts/ravi-bold.woff2') format('woff2'); 
}
@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/ravi-black.woff') format('woff'),   
	url('../fonts/ravi-black.woff2') format('woff2');		 
}
@font-face {
	font-family: Ravi;
	font-style: normal;
	font-weight: 950;
	src: url('../fonts/ravi-extrablack.woff') format('woff'),   
	url('../fonts/ravi-extrablack.woff2') format('woff2');		 
}

:root,
[data-bs-theme=light] {
    --bs-body-bg: #FBFBFC;
    --bs-body-color: #2b3136;
    --bs-light-rgb: 240, 243, 248;
    --bs-primary-rgb: 105, 66, 233;
    --bs-danger-rgb: 255, 94, 132;
    --bs-success-rgb: 70, 156, 45;
    --bs-link-color: #6942e9;
    --bs-link-color-rgb: 105, 66, 233;
    --bs-link-hover-color: #5133b5;
    --bs-link-hover-color-rgb: 81, 51, 181;
}

a {
    text-decoration: none;
}

::selection {
    color: #6942e9;
    background: #e9e2ff;
}

body {
    font-family: Ravi, 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: 400;
    font-size: 16px;
    direction: rtl;
}