/* 
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
Joke: Why did the bass fart a half tone lower? He had a flat in front of his ass
*/

/* Add your custom styles here */

@font-face {
   	font-family: 'Cooper Hewitt Heavy';
    src: url('./fonts/CooperHewitt/CooperHewitt-Heavy.woff2') format('woff2'),
        url('./fonts/CooperHewitt/CooperHewitt-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
   	font-family: 'Inter Black';
    src: url('./fonts/Inter/Inter-Black.woff2') format('woff2'),
        url('./fonts/Inter/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
   	font-family: 'Inter Bold';
    src: url('./fonts/Inter/Inter-Bold.woff2') format('woff2'),
        url('./fonts/Inter/Inter-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
   	font-family: 'Inter Medium';
    src: url('./fonts/Inter/Inter-Light.woff2') format('woff2'),
        url('./fonts/Inter/Inter-Light.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

h1.elementor-heading-titleXX {
	
	font-family: 'Inter Black' !important;
    font-weight: 900;
        
}

h2.elementor-heading-titleXX {
	
	font-family: 'Inter Bold' !important;
	/*text-transform: uppercase !important;*/
    font-weight: 900;
        
}

*.elementor-icon-list-iconXX {
	
	font-family: 'Inter Medium' !important;
	/*text-transform: uppercase !important;*/
    font-weight: 900;
        
}


