/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version:      1.0.0
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Template: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/*
@font-face {
    font-family: 'Panton-Trial';
    src: url('fonts/Panton-Trial-Bold.eot');
    src: url('fonts/Panton-Trial-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Panton-Trial-Bold.woff2') format('woff2'),
        url('fonts/Panton-Trial-Bold.woff') format('woff'),
        url('fonts/Panton-Trial-Bold.svg#Panton-Trial-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Panton-Trial';
    src: url('fonts/Panton-Trial-SemiBold.eot');
    src: url('fonts/Panton-Trial-SemiBold.eot?#iefix') format('embedded-opentype'),
	    url('fonts/Panton-Trial-SemiBold.ttf') format('ttf'),
        url('fonts/Panton-Trial-SemiBold.woff2') format('woff2'),
        url('fonts/Panton-Trial-SemiBold.woff') format('woff'),
        url('fonts/Panton-Trial-SemiBold.svg#Panton-Trial-SemiBold') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Panton-Trial';
    src: url('fonts/Panton-Trial-Regular.eot');
    src: url('fonts/Panton-Trial-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Panton-Trial-Regular.ttf') format('ttf'),
        url('fonts/Panton-Trial-Regular.woff2') format('woff2'),
        url('fonts/Panton-Trial-Regular.woff') format('woff'),
        url('fonts/Panton-Trial-Regular.svg#Panton-Trial-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 

body{
font-family: 'Panton-Trial' !important;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Panton-Trial' !important;
    font-weight: bold;
}*/