/*
* Theme Name: fungi - One Page Personal Portfolio HTML Template
* Translator: Maxjn
* Version: 2.2.4
* Last Change: 27 Jan 2023
  Translator URI    : https://www.rtl-theme.com/author/maxjn/products/
-------------------------------------------------------------------*/
/*------------- List Of Table -----------
# Fonts
# Global Settings
------------- List Of Table ----------*/

/* CSS Document */
@import url(plugins/pe-icon-7-stroke.css);
@import url(plugins/pe-helper.css);
@import url(plugins/bootstrap-icons.css);
@import url(plugins/bootstrap.min.css);
@import url(plugins/landing-style.css);

/*------------------------------------
	Fonts
------------------------------------*/
@font-face {
  font-family: IRANSans;
  src: url("../fonts/IRANSansWeb/IRANSansWeb.eot");
  src: url("../fonts/IRANSansWeb/IRANSansWeb.eot") format("embedded-opentype"),
    url("../fonts/IRANSansWeb/IRANSansWeb(FaNum).woff") format("woff"),
    url("../fonts/IRANSansWeb/IRANSansWeb.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: vazir-bold;
  src: url("../fonts/vazir/Vazir-Bold.eot");
  src: url("../fonts/vazir/Vazir-Blod.eot") format("embedded-opentype"),
    url("../fonts/vazir/Vazir-Bold-FD.woff") format("woff"),
    url("../fonts/vazir/Vazir-Bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/*------------------------------------------------------------
	Global Settings
-------------------------------------------------------------*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
.btn-main,
.demo-section .view-demo-btn {
  font-family: "vazir-bold", sans-serif;
}
body {
  font-family: "IRANSans", sans-serif;
  direction: rtl;
}

.container,
.row {
  direction: rtl;
}
