/*
 * Shorelle bundled webfonts (latin subsets).
 * Marcellus, Sacramento and Karla are licensed under the SIL Open Font License 1.1.
 * Bundled locally so no requests are made to third-party font CDNs (GDPR-friendly).
 */

@font-face {
	font-family: 'Karla';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/karla-400-italic.woff2') format('woff2');
}

@font-face {
	font-family: 'Karla';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/karla-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Karla';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/karla-500.woff2') format('woff2');
}

@font-face {
	font-family: 'Karla';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/karla-700.woff2') format('woff2');
}

@font-face {
	font-family: 'Marcellus';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/marcellus-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Sacramento';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/sacramento-400.woff2') format('woff2');
}
