/*
Theme Name: Storefront Child
Description: Child-Theme von Storefront
Author: Nehuol
Author URI: http://www.nehuol.de
Template: storefront
Version: 1.0
*/

@font-face { font-family: 'GT-Walsheim';
             src: url('fonts/GT-Walsheim-Pro-Regular.OTF') format('opentype'); }
			 
@font-face { font-family: 'GT-Walsheim-Black';
             src: url('fonts/GT-Walsheim-Pro-Condensed-Black.OTF') format('opentype'); }

body {
	font-family: 'Gt walsheim pro', Arial;
}

h1, h2 {
	font-family: 'GT-Walsheim-Black', Arial;
	color: #052d4b;
}

.elementor-widget-heading .elementor-heading-title {
  font-family: 'GT-Walsheim-Black', Arial;
}

.elementor-284 .elementor-element.elementor-element-ab0c379 .elementor-heading-title {
  font-family: 'GT-Walsheim-Black', Arial;
}

h3{
	font-family: 'GT-Walsheim-Black', Arial;
	color: #052d4b;
}

h2, h3, h4, h5, h6 {
	color: #052d4b;
}

p, a {
	font-family: 'Gt walsheim pro', Arial !important;
}

.storefront-full-width-content .woocommerce-products-header {
	padding: 0 !important;
}

.widget .widget-title, .widget .widgettitle {
    color: #052d4b;
}

@media (min-width: 768px) {
.col-full {
  padding: 0;
}

}