/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.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
*/

/* Add your custom styles here */



h1, h2, h3, h4, h5, h6{
	font-family: "ivypresto-display", serif!important;
font-weight: 400!important;
font-style: normal!important;
}

.bg-about span.elementor-heading-title {
    background: linear-gradient(0deg, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 1) 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.1;
    letter-spacing: -3px;
}


.bg-dark span.elementor-heading-title{
	background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(255 255 255) 100%);
	-webkit-text-fill-color: transparent;
	background-clip: text;
	opacity: 0.2;
	letter-spacing: -3px;
}

.hfe-post-content h4.hfe-post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
