/* Sore Haarkliniek — Custom font-face declarations */

@font-face {
	font-family: 'Manrope';
	src: url('/assets/fonts/google/manrope-bcbadccc.woff2') format('woff2');
	font-weight: 400 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Ovo';
	src: url('/assets/fonts/google/ovo-3040c2f3.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'icomoon';
	src: url('/assets/fonts/icomoon/icomoon.woff2') format('woff2'),
		url('/assets/fonts/icomoon/icomoon.woff') format('woff'),
		url('/assets/fonts/icomoon/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'vamtam-theme';
	src: url('/assets/fonts/theme-icons/theme-icons.woff2') format('woff2'),
		url('/assets/fonts/theme-icons/theme-icons.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
