/*
Theme Name: WS Theme
Template: Divi
Version: 1.0
Author: Nuri Sever
Description: Minimal Child Theme für Divi – custom Font & clean Style
*/

@font-face {
  font-family: 'Wunds';
  src: url('/wp-content/themes/ws/fonts/wunds.woff2') format('woff2'),
       url('./fonts/wunds.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Konsistent überall */
html, body, h1, h2, h3, h4, h5, h6, p, span, div, a, li, strong, em {
  font-family: 'Wunds', sans-serif !important;
}