/* 
Theme Name: Fidar Wallpost Child
Theme URI: https://fidarwallpost.com
Description: Fidar Wallpost Child is a child theme of Fidar Wallpost, created by Stratech team
Author: Stratech Team
Author URI: https://stratech.ir
Template: fidar
Version: 2.0.0
Text Domain: fidar-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: 'PeydaWebFaNum', 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;
	--body-width: 1300px;

}
body {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-regular);
}
}
*,a {
    -webkit-tap-highlight-color: transparent !important;
}