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

@font-face {
	font-family: 'Outfit';
	src: url('/assets/fonts/google/outfit-latin-wght-normal.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Manrope';
	src: url('/assets/fonts/google/manrope-bcbadccc.woff2') format('woff2');
	font-weight: 100 900;
	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;
}
