/* 
Theme Name: XRoBots Child
Theme URI: https:/xrobots.ir/
Description: WordPress Child Theme
Author: XRoBots
Author URI: https:/xrobots.ir/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Code Fonts */
@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro:wght@400;700&display=swap');

/* Fa Fonts */
@font-face {
    font-family: 'Yekan';
    src:
    	url('files/fonts/yekan/variablefont.woff') format('woff-variations'),
    	url('files/fonts/yekan/variablefont.woff2') format("woff2-variations");
    font-weight: 100 1000;
    font-display: fallback;
}
@font-face {font-family: 'Kalameh'; font-style: normal; font-weight: 100; src: url('files/fonts/kalameh/thin.woff2') format('woff2'), url('files/fonts/kalameh/thin.woff') format('woff');}
@font-face {font-family: 'Kalameh'; font-style: normal; font-weight: 200; src: url('files/fonts/kalameh/extralight.woff2') format('woff2'), url('files/fonts/kalameh/extralight.woff') format('woff');}
@font-face {font-family: 'Kalameh'; font-style: normal; font-weight: 300; src: url('files/fonts/kalameh/light.woff2') format('woff2'), url('files/fonts/kalameh/light.woff') format('woff');}
@font-face {font-family: 'Kalameh'; font-style: normal; font-weight: 400; src: url('files/fonts/kalameh/regular.woff2') format('woff2'), url('files/fonts/kalameh/regular.woff') format('woff');}
@font-face {font-family: 'Kalameh'; font-style: normal; font-weight: 500; src: url('files/fonts/kalameh/medium.woff2') format('woff2'), url('files/fonts/kalameh/medium.woff') format('woff');}
@font-face {font-family: 'Kalameh'; font-style: normal; font-weight: 600; src: url('files/fonts/kalameh/semibold.woff2') format('woff2'), url('files/fonts/kalameh/semibold.woff') format('woff');}
@font-face {font-family: 'Kalameh'; font-style: normal; font-weight: 700; src: url('files/fonts/kalameh/bold.woff2') format('woff2'), url('files/fonts/kalameh/bold.woff') format('woff');}
@font-face {font-family: 'Kalameh'; font-style: normal; font-weight: 800; src: url('files/fonts/kalameh/extrabold.woff2') format('woff2'), url('files/fonts/kalameh/extrabold.woff') format('woff');}
@font-face {font-family: 'Kalameh'; font-style: normal; font-weight: 900; src: url('files/fonts/kalameh/black.woff2') format('woff2'), url('files/fonts/kalameh/black.woff') format('woff');}

.yekan {
    font-family: 'Yekan', Tahoma, serif !important;
}
.yekan-fanum {
  	font-family: 'Yekan', Tahoma, serif !important;
  	-moz-font-feature-settings: "ss02"; -webkit-font-feature-settings: "ss02"; font-feature-settings: "ss02";
}
.yekan-monospace {
  	font-family: 'Yekan', Tahoma, serif !important;
  	-moz-font-feature-settings: "ss03"; -webkit-font-feature-settings: "ss03"; font-feature-settings: "ss03";
}
.vfw1 {font-variation-settings: "wght" 100;} .vfw10 {font-variation-settings: "wght" 1000;}
.vfw2 {font-variation-settings: "wght" 200;}
.vfw3 {font-variation-settings: "wght" 300;}
.vfw4 {font-variation-settings: "wght" 400;}
.vfw5 {font-variation-settings: "wght" 500;}
.vfw6 {font-variation-settings: "wght" 600;}
.vfw7 {font-variation-settings: "wght" 700;}
.vfw8 {font-variation-settings: "wght" 800;}
.vfw9 {font-variation-settings: "wght" 900;}

.kalameh {
	font-family: 'Kalameh' !important;
}
.fw1 {font-weight: 100;}
.fw2 {font-weight: 200;}
.fw3 {font-weight: 300;}
.fw4 {font-weight: 400;}
.fw5 {font-weight: 500;}
.fw6 {font-weight: 600;}
.fw7 {font-weight: 700;}
.fw8 {font-weight: 800;}
.fw9 {font-weight: 900;}

.anonymous-pro-regular {
	font-family: 'Anonymous Pro', monospace;
  	font-weight: 400;
  	font-style: normal;
}
.anonymous-pro-bold {
  	font-family: 'Anonymous Pro', monospace;
  	font-weight: 700;
  	font-style: normal;
}