/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0
*/


/* Child theme CSS
--------------------------------------------------------------- */

/* Inter - für den Fließtext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://soultiejewelry.com/wp-content/themes/savoy-child/fonts/inter-v12-latin-regular.woff2') format('woff2');
}

/* Cormorant Garamond - für die Überschriften */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('https://soultiejewelry.com/wp-content/themes/savoy-child/fonts/cormorant-garamond-v16-latin-600italic.woff2') format('woff2');
}

/* Fließtext, Menüs und Buttons auf Inter setzen */
body, p, a, .nm-menu-item, button {
    font-family: 'Inter', sans-serif !important;
}

/* Überschriften und Produktnamen auf Cormorant Garamond setzen */
h1, h2, h3, h4, h5, h6, 
.product_title, 
.nm-shop-loop-title-link {
    font-family: 'Cormorant Garamond', serif !important;
    font-weight: 600; /* Oder dein gewählter Wert */
}