/*-------------------------------------------------------------
Template Name: AppDev
Template URL:
Author Name: SoftTech IT
Author URL: https://themeforest.net/user/softtech-it/portfolio
Version: 1.0
Description:
Tags: education
Text Domain: AppDev
-------------------------------------------------------------*/
/*-------------------------------------------------------------
TABLE OF CONTENTS:
---------------------------------------------------------------
>> Author CSS
>> Navbar
>> Header Section
>> Footer Section
>> Breadcrumb Section
>> Preloader
>> Button
>> Form
>> Theme
>> Homepage 1
>> Blog Page
>> Blog Single Page
>> Homepage 3
>> Footer 3
>> Header 2
>> Homepage 2
>> Footer 2
--------------------------------------------------------------*/
@import "iransans.css";

:root{
    --primary-color: #0bb6fe;
    --secondary-color: #f9f9f9;
}

/*@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/7-Vazir/Vazir.eot");
  src: url("../fonts/1-IranSansWeb/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/1-IranSansWeb/IRANSansWeb.woff2") format("woff2"), url("../fonts/1-IranSansWeb/IRANSansWeb.woff") format("woff"), url("../fonts/1-IranSansWeb/IRANSansWeb.ttf") format("truetype");
}

@font-face {
  font-family: vazir;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/7-Vazir/Vazir.eot");
  src: url("../fonts/7-Vazir/Vazir.eot?#iefix") format("embedded-opentype"), url("../fonts/7-Vazir/Vazir.woff2") format("woff2"), url("../fonts/7-Vazir/Vazir.woff") format("woff"), url("../fonts/7-Vazir/Vazir.ttf") format("truetype");
}*/

/* Author CSS */
html {
  overflow-x: hidden !important;
}

body {
  margin: 0;
  color: #58595b;
  font-family: iransans, sans-serif;
  direction: rtl;
  text-align: right;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  display: block;
}