/**
 * Font locali — testi (Lucida Grande UI).
 * Titoli: Waverly CF via Adobe Fonts (Typekit), caricato in inc/assets.php.
 *
 * Percorsi relativi a questo file (assets/css/fonts.css → ../fonts/).
 *
 * @package Taberna38
 */

@font-face {
	font-family: "Lucida Grande UI";
	src:
		url("../fonts/LucidaGrandeUI.woff2") format("woff2"),
		url("../fonts/LucidaGrandeUI.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Lucida Grande UI";
	src:
		url("../fonts/LucidaGrandeUI-Bold.woff2") format("woff2"),
		url("../fonts/LucidaGrandeUI-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
