/*
 Theme Name:   Divi5 Child
 Theme URI:    https://www.lebens-wert.at
 Description:  Child Theme für Divi 5
 Author:       Joe Ali
 Author URI:   http://www.lebens-wert.at
 Template:     Divi
 Version:      1.0.0
*/

/* Hier kannst du eigenes CSS ergänzen */
@font-face {
  font-family: 'Rockness';
  src: url('/wp-content/themes/divi-child/fonts/Rockness.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rockness', cursive !important;
}
