/*custom fonts*/
@font-face {
	font-family: 'Sentinel Pro';
	src: url('/wp-content/themes/flatsome-child/fonts/SentinelPro-Medium.eot');
	src: local('Sentinel Pro Medium'), local('SentinelPro-Medium'),
			url('/wp-content/themes/flatsome-child/fonts/SentinelPro-Medium.eot?#iefix') format('embedded-opentype'),
			url('/wp-content/themes/flatsome-child/fonts/SentinelPro-Medium.woff2') format('woff2'),
			url('/wp-content/themes/flatsome-child/fonts/SentinelPro-Medium.woff') format('woff'),
			url('/wp-content/themes/flatsome-child/fonts/SentinelPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sentinel Pro';
	src: url('/wp-content/themes/flatsome-child/fonts/SentinelPro-Bold.eot');
	src: local('Sentinel Pro Bold'), local('SentinelPro-Bold'),
			url('/wp-content/themes/flatsome-child/fonts/SentinelPro-Bold.eot?#iefix') format('embedded-opentype'),
			url('/wp-content/themes/flatsome-child/fonts/SentinelPro-Bold.woff2') format('woff2'),
			url('/wp-content/themes/flatsome-child/fonts/SentinelPro-Bold.woff') format('woff'),
			url('/wp-content/themes/flatsome-child/fonts/SentinelPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}