/*
 Theme Name: Neve Child
 Template: neve
*/

@font-face {
    font-family: 'breathing';
    src: url('fonts/breathing.woff2') format('woff2'),
         url('fonts/breathing.woff') format('woff'),
         url('fonts/breathing.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Beispiel für Überschriften */
h1, h2, h3 {
    font-family: 'breathing', Arial, sans-serif;
}

/* Beispiel für Body-Text */
body {
    font-family: 'breathing', Helvetica, sans-serif;
}

