/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* Logged in and out conditions */

.logged-in-condition .hide-logged-in {
	display: none!important;
}

.logged-out-condition .hide-logged-out {
	display: none!important;
} 
/* In the last step, add the class ‘hide-logged-out’ to the Elementor widget you wish to hide for logged-out users. Or add the class ‘hide-logged-in’ to the Elementor widget you would like to hide for users that are logged in. */

div,
p,
li,
span,
input,
select,
textarea,
legend,
fieldset {
	font-family: 'Arial Nova', 'arial' !important;
}

h1,
h2,
h3,
h1 span,
h2 span,
h3 span {
	font-family: 'Soehne Breit Halbfett', 'montserrat' !important;
}

h4,
h5,
h6,
h4 span,
h5 span,
h6 span {
	font-family: 'Soehne Buch', 'montserrat' !important;
}