/* 
Theme Name: Ekhlasi Child
Theme URI: https://ekhlasi.com
Description: Ekhlasi Child is a child theme of Ekhlasi Theme, created by Stratech team
Author: Stratech Team
Author URI: https://stratech.ir
Template: ekhlasi
Version: 2.0.0
Text Domain: ekhlasi-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: 'Danafanum', 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 {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-regular);
}
}
*,a {
    -webkit-tap-highlight-color: transparent !important;
}
.ekhlasi-container {
    max-width: 1300px;
    margin: 0 auto;
}