/*
Theme Name: Musea Child
Theme URI: http://musea.select-themes.com
Description: A child theme of Musea Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 1.0.0
Text Domain: musea
Template: musea
*/

/* Migrated from Use Any Font plugin (uaf.css) - 1:1 rule content, paths adjusted to child theme location */
@font-face {
	font-family: 'kristen-itc-regular';
	src: url('fonts/kristen-itc-regular.woff2') format('woff2'),
		url('fonts/kristen-itc-regular.woff') format('woff');
	  font-display: auto;
}

.kristen-itc-regular{font-family: 'kristen-itc-regular' !important;}

		h1, h2, h3, h4, h5, h6, .entry-title, body.single-post .entry-title, body.page .entry-title, body.category .entry-title, .widget-title, .site-title{
	font-family: 'kristen-itc-regular' !important;
}

/* Shop-/Kategorie-Uebersicht: Produkttitel (z. B. "LEINWAENDE IN 20 CM X 30 CM")
 * brechen bei kleineren Breiten unkontrolliert mitten in der Massangabe um
 * (z. B. zwischen "x" und "30 cm"). Ursache: sehr weiter Buchstabenabstand
 * (3.52px) der Grossschrift-Darstellung verbraucht auf schmalen Spalten viel
 * Platz, kombiniert mit Standard-Zeilenumbruch ohne Ausgleich.
 * Massnahmen: Buchstabenabstand vorsichtig reduziert (3.52px -> 1.5px, bleibt
 * optisch "luftig"), text-wrap:balance sorgt fuer einen ausgeglichenen statt
 * zufaelligen Umbruch, min-height + flex-Zentrierung haelt Produktkarten in
 * einer Reihe gleich hoch, egal ob ein Titel 1 oder 2 Zeilen benoetigt.
 */
.eltdf-product-list-title {
	letter-spacing: 1.5px;
	text-wrap: balance;
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
}
