/* 
Theme Name: Wakaf
Theme URI: https://p15.projs.ifdemo.com/wakaf/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Insignia Team
Author URI: https://www.insigniatechnolabs.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: wakaf
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
*/

body.wp-child-theme-wakaf {

	/* ===============================
	   COLORS
	=============================== */
	--color-primary: #151515;
	--color-secondary: #B98D3E;
	--color-text: #777777;
	--color-accent: #16416F;
	--color-white: #FFFFFF;
	--color-black: #000000;
	--color-title: #978A64;
	--color-grey: #555555;
	--color-border: #CFCFCF;
	--color-border1: #D9D9D9;
	--color-grey-bg: #F7F7F7;
	--color-grey-text: #979797;
	--color-black1: #333333;
	
	/* ===============================
	   FONT FAMILY (single global)
	=============================== */
	--font-family-main: "Poppins";
	--font-family-title: "Jost";
    --font-family-primary: "Gowun Batang";
	
	/* ===============================
	   FONT SIZES
	=============================== */

	/* System Typography */
	--font-size-primary: 3.4375em;
	--font-size-secondary: 3.333em;
	--font-size-text: 0.9375em;
	--font-size-accent: 0.875em;

	/* Heading Sizes */
	--font-size-h1: var(--font-size-primary);
	--font-size-h2: var(--font-size-secondary);
	--font-size-h3: 2em;
	--font-size-h4: 1.75em;
	--font-size-h5: 1.125em;
	--font-size-h6: 1em; 
	--font-size-20px: 1.25em;
	
	--font-size-36px: 2.25em;
	--font-size-24px: 1.5em;
	
	

	/* Additional */
	--font-size-subtitle: 0.875em;

	/* ===============================
	   FONT WEIGHTS
	=============================== */
	--font-weight-light: 300;
	--font-weight-normal: 400;
	--font-weight-medium: 500;
	--font-weight-semibold: 600;
	--font-weight-bold: 700;

	/* ===============================
	   LETTER SPACING
	=============================== */
	--letter-spacing-none: 0px;
	--letter-spacing-accent: 0.14px;
	--letter-spacing-subtitle: 0.14px;

	/* ===============================
	   TEXT TRANSFORMS
	=============================== */
	--text-transform-none: none;
	--text-transform-cap: capitalize;
	--text-transform-upper: uppercase;
	--text-transform-lower: lowercase;

	/* ===============================
	   FONT STYLE
	=============================== */
	--font-style-normal: normal;
	--font-style-italic: italic;

	/* ===============================
	   BODY TYPO SETTINGS
	=============================== */
	--font-body-size: 16px;
	--font-body-weight: 400;

	/* ===============================
	   UI ELEMENTS
	=============================== */
	--border-radius-box: 10px;
	--border-radius-btn: 25px;
	
	
	font-size: 16px;
}


html {
	scroll-behavior: smooth;
}
.elementor-element.elementor-widget.elementor-widget-text-editor p:last-child {
	margin: 0;
}
.elementor-element.elementor-widget.elementor-widget-icon .elementor-icon-wrapper {
	line-height: 0;
}

.elementor-element.elementor-widget.elementor-widget-text-editor p a{
	text-decoration: underline;
	color: #16416F;
} 


@media(max-width: 1024px){
	body.wp-child-theme-wakaf {
		--font-size-36px: 2.125em;
		--font-size-h3: 1.875em;
		--font-size-h4: 1.625em;
		--font-size-24px: 1.375em;
		--font-size-20px: 1.125em;
	}
}

@media(max-width: 767px){
	body.wp-child-theme-wakaf {
		--font-size-36px: 1.75em;
		--font-size-h3: 1.625em;
		--font-size-h4: 1.5em;
		--font-size-24px: 1.25em;
		--font-size-20px: 1em;
		--font-size-h5: 1em;
	}
}