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

@font-face {
  font-family: 'Henriette';
  src: url('./fonts/Henriette-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Henriette';
  src: url('./fonts/Henriette-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Henriette';
  src: url('./fonts/Henriette-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Henriette';
  src: url('./fonts/Henriette-Heavy.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Henriette';
  src: url('./fonts/Henriette-HeavyItalic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
}

/* Optional: eigener Fontname für das Frames-Special */
@font-face {
  font-family: 'Henriette Frames';
  src: url('./fonts/Henriette-Frames.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


h1,h2,h3,h4{
	font-family:'Henriette';
	font-weight:800;
}
body{
  font-size: 22px!important;
}

.hfe-menu-item{
	font-family:'Henriette'!important;
  font-size: 24px!important;
	font-weight:800;

}

.elementor-button-text{
  font-family:'Henriette'!important;
  font-size: 24px!important;
	font-weight:800!important;
  text-decoration: none!important;
  text-decoration-style: none!important;
}

.elementor-kit-6{
  background: #DB6B15!important;
  background: linear-gradient(180deg,rgba(219, 107, 21, 1) 0%, #f3ac13 50%, rgba(219, 107, 21, 1) 100%)!important;
}
