/*
 * Self-hosted web fonts for Villa Beaulieu.
 *
 * TODO (polish phase): drop the .woff2 files into /assets/fonts/ and enable the
 * @font-face blocks below. Until then the theme.json font stacks fall back to
 * Georgia (serif) and Helvetica/Arial (sans), so the layout still renders correctly.
 *
 * Fonts are self-hosted on purpose — no Google Fonts CDN calls (privacy / GDPR / speed).
 */

/*
@font-face {
	font-family: "Cormorant Garamond";
	font-style: normal;
	font-weight: 400 600;
	font-display: swap;
	src: url("../fonts/cormorant-garamond-variable.woff2") format("woff2");
}

@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url("../fonts/inter-variable.woff2") format("woff2");
}
*/
