/*
 Theme Name:     divi-child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Max Kraatz
 Author URI:     https: //charismanufaktur.de;
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
--   Schriften  ----------------------------------------------------- */
/*   Schriften sind über divi eingebunden

@font-face {
  font-family: "Roboto-Light";
  src: url('fonts/Roboto/Roboto-Light.ttf');
}
@font-face {
  font-family: "Roboto-Bold";
  src: url('fonts/Roboto/Roboto-Bold.ttf');
}

@font-face {
  font-family: "Roboto-Regular";
  src: url('fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
  font-family: "Roboto-Thin";
  src: url('fonts/Roboto/Roboto-Thin.ttf');
}

/*  Schriften Ende  

body {
    font-family: "Roboto", sans-serif;
}

*/