/* 
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 */

.font-gotham {
	 display: block;
	 font-family: "Montserrat", sans-serif;
	 font-size: 28px;
	 letter-spacing: 0px;
	font-weight: 500!important;
}
 @media screen and (min-width: 768px) {
	 .font-gotham {
		 font-size: 32px;
	}
}
 @media screen and (min-width: 992px) {
	 .font-gotham {
		 font-size: 38px;
	}
}

@media screen and (min-width: 1200px) {
	 .font-gotham {
		 font-size: 42px;
		 margin-bottom: -10px;
	}
}

.text-big {
	 line-height: 1;
	 display: block;
	 font-size: 65px;
	 font-weight: 900;
	 color: var(--e-global-color-secondary);
}
.text-big.alt {
	 font-size: 45px;
}
 @media screen and (min-width: 768px) {
	 .text-big, 
	 .text-big.alt {
		 font-size: 80px;
	}
 @media screen and (min-width: 1440px) {
	 .text-big, 
	 .text-big.alt {
		 font-size: 90px;
	}
}