/*
Theme Name: glücksraum (OceanWP Child Theme)
Theme URI: https://oceanwp.org/
Description: Anpassungen für das Theme OceanWP von "glücksraum"
Author: glücksraum
Author URI: https://gluecksraum.me/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@font-face {
    font-family: 'Katherine Script';
    src: url('fonts/KatherineScript.eot');
    src: url('fonts/KatherineScript.eot?#iefix') format('embedded-opentype'),
        url('fonts/KatherineScript.woff2') format('woff2'),
        url('fonts/KatherineScript.woff') format('woff'),
        url('fonts/KatherineScript.ttf') format('truetype'),
        url('fonts/KatherineScript.svg#KatherineScript') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Katherine Script', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
 }
 h1, .h1, h2, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Katherine Script', Arial, sans-serif; /* falls Lato -> diese Zeile löschen */
    font-weight: normal; /* dann musst Du diesen Schnitt auch noch herunterladen */
 }
 p {
    font-family: inherit; /* vererbt von body */
 }