/*
 * Vionette bundled webfonts (latin subsets).
 * DM Serif Display, Parisienne and Mulish 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: 'DM Serif Display';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/dm-serif-display-400.woff2') format('woff2');
}

@font-face {
	font-family: 'DM Serif Display';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/dm-serif-display-400-italic.woff2') format('woff2');
}

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

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

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

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

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