/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* PLAYFAIR DISPLAY einbinden */
@font-face {
  font-family: 'PlayfairDisplay';
  src: url('fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* LORA einbinden */
@font-face {
  font-family: 'Lora';
  src: url('fonts/Lora-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}

/* Beispiel: Header mit Playfair Display */
.header-main .site-title,
.header-main .whb-title,
.whb-general-header {
  font-family: 'PlayfairDisplay', serif;
}

/* Beispiel: Body-Text mit Lora */
body {
  font-family: 'Lora', serif;
}
