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

/******************************Schriften**********************************/
/* metal-mania-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Metal Mania';
  font-style: normal;
  font-weight: 400;
  src: url('https://whengodsgosilent.de/fonts/metal-mania-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-semi-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('https://whengodsgosilent.de/fonts/barlow-semi-condensed-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-semi-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('https://whengodsgosilent.de/fonts/barlow-semi-condensed-v16-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/********************************Header***********************************/
h1, h2, h3, h4, h5, h6{
	font-family: 'Metal Mania' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 90px !important;
	line-height: 100px !important;
	color: #fff !important;
}

/********************************Body*************************************/
body{
	background-color: #000 !important;
}

body, p, li{
	 font-family: 'Barlow Semi Condensed' !important;
	font-style: normal !important;
	font-weight: 400 !important;
	color: #fff !important;
	font-size: 24px !important;
	line-height: 32px !important;
}

/*******************************Footer************************************/


/****************************Media Queries********************************/
