/*
Theme Name: SD Childtheme
Description: SD Childtheme
Author: SchweigerDesign
Author URI: https://www.schweiger-design.de
Template: generatepress
Version: 1.0
*/


@font-face {
    font-family: 'antonregular';
    src: url('fonts/anton-regular-webfont.woff2') format('woff2'),
         url('fonts/anton-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'barlowbold';
    src: url('fonts/barlow-bold-webfont.woff2') format('woff2'),
         url('fonts/barlow-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'barlowlight';
    src: url('fonts/barlow-light-webfont.woff2') format('woff2'),
         url('fonts/barlow-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'barlowlight_italic';
    src: url('fonts/barlow-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/barlow-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'barlowregular';
    src: url('fonts/barlow-regular-webfont.woff2') format('woff2'),
         url('fonts/barlow-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'barlow_condensedlight_italic';
    src: url('fonts/barlowcondensed-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/barlowcondensed-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'barlow_condensedregular';
    src: url('fonts/barlowcondensed-regular-webfont.woff2') format('woff2'),
         url('fonts/barlowcondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.body {
	font-family: 'barlowregular', Arial, sans-serif !important;
	font-style: normal;
	font-weight: 400;
 }


 h1, .h1, h2, .h2, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'antonregular', Arial, sans-serif !important;
	font-style: normal;
    hyphens: auto;
	
 }

 h3, .h3{
	font-family: 'barlow_condensedregular', Arial, sans-serif !important;
	font-style: normal;
	
 }


 p {
	font-family: inherit  !important; /* vererbt von body */
 }

 a {
	font-family: 'barlowlight', Arial, sans-serif !important;
	font-style: normal;
	font-weight: 400;
 }

b {
	font-family: 'barlowbold', Arial, sans-serif !important;
	font-style: normal;
 }



 cite{
    font-family: 'barlowlight_italic', Arial, sans-serif !important;
	font-style: normal;
	font-weight: 400;
 }

 .elementor-button a{
	font-family: 'barlowlight ', Arial, sans-serif !important;
	
}

nav a{
    font-family: 'barlowregular', Arial, sans-serif !important;
	font-style: normal;
	font-weight: 400;
}