/* Self-hosted fonts — preloaded in Layout.astro, no third-party requests. */

@font-face {
	font-family: 'Loew';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('/fonts/Loew-Bold.otf') format('opentype');
}

@font-face {
	font-family: 'Cormorant Garamond';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('/fonts/cormorant-garamond-latin-500-normal.woff2') format('woff2');
}

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

@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('/fonts/plus-jakarta-sans-latin-300-normal.woff2') format('woff2');
}

@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/fonts/plus-jakarta-sans-latin-400-normal.woff2') format('woff2');
}

@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('/fonts/plus-jakarta-sans-latin-500-normal.woff2') format('woff2');
}
