    /*
    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: 'roboto_mediumregular';
    src: url('Roboto/roboto-v30-latin-500-webfont.woff2') format('woff2'),
         url('Roboto/roboto-v30-latin-500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




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

}




@font-face {
    font-family: 'robotoregular';
    src: url('Roboto/roboto-v30-latin-regular-webfont.woff2') format('woff2'),
         url('Roboto/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; /* falls Lato -> diese Zeile löschen */
   font-weight: 700; /* dann musst Du diesen Schnitt auch noch herunterladen */
}
p {
   font-family: inherit; /* vererbt von body */
}
