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

/* pt-sans-regular - latin */


@font-face {
    font-family: 'roboto_mediumregular';
    src: url('../../roboto-v30-latin-500-webfont.woff2') format('woff2'),
url('../../roboto-v30-latin-500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotobold';
    src: url('../../roboto-v30-latin-700-webfont.woff2') format('woff2'),
url('../../roboto-v30-latin-700-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotoregular';
    src: url('../../roboto-v30-latin-regular-webfont.woff2') format('woff2'),
url('../../roboto-v30-latin-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.body {
   font-family: 'robotoregular', Arial, sans-serif;
   font-style: normal;
   font-weight: 400;
}
h1, .h1, h2, .h3, h4, .h4, h5, .h5, h6, .h6 {
   font-family: 'robotobold', Arial, sans-serif; 
   font-weight: 700; /* dann musst Du diesen Schnitt auch noch herunterladen */
}
p {
   font-family: inherit; /* vererbt von body */
}