/* 
Theme Name: irceoshams child
Theme URI: https://irceo.ir
Description: irceo shams child is a child theme of irceo shams, created by Stratech team
Author: Stratech Team
Author URI: https://stratech.ir/
Template: irceoshams
Version: 2.0.0
Text Domain: irceoshams-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
*/

/* Add your custom styles here */
:root {
    --font-primary: 'AnjomanMax', sans-serif;
    --font-weight-light: 300;
    --font-weight-regular: 400;
	--font-weight-medium: 500;
    --font-weight-bold: 600;
	--font-weight-extrabold: 800;
	--colorPrimary: #1F3368;
    --colorPrimaryRGB: 221, 0, 32;
    --colorSecondary: #FDB913;
    --colorSecondaryRGB: 30, 58, 112;
	-moz-font-feature-settings: "ss05";
    -webkit-font-feature-settings: "ss05";
    font-feature-settings: "ss05";
}
body {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-regular);
	-moz-font-feature-settings: "ss05";
    -webkit-font-feature-settings: "ss05";
    font-feature-settings: "ss05";
}

* {
    -webkit-tap-highlight-color: transparent;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    -moz-font-feature-settings: "ss05";
    -webkit-font-feature-settings: "ss05";
    font-feature-settings: "ss05";
}
