/*	100	Extra Light or Ultra Light
	200	Light or Thin
	300	Book or Demi
	400	Normal or Regular
	500	Medium
	600	Semibold, Demibold
	700	Bold
	800	Black, Extra Bold or Heavy
	900	Extra Black, Fat, Poster or Ultra Black */

/*	.eot IE9 Compat Modes
	.eot?#iefix format('embedded-opentype') IE6-IE8
	.woff2 format('woff2') Super Modern Browsers
	.woff format('woff') Modern Browsers
	.ttf format('truetype') Safari, Android, iOS
	.svg#Font format('svg') Legacy iOS */

/*	https:/google-webfonts-helper.herokuapp.com/fonts */

@font-face
{
	font-family: 'Baskervville';
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: local(''),
		url('../../../font/baskervville/Baskervville-Regular.ttf') format('truetype');
}

@font-face
{
	font-family: 'Area';
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src: local(''),
		url('../../../font/area/Area-Regular.otf') format('opentype');
}

@font-face
{
	font-family: 'Area';
	font-display: swap;
	font-style: normal;
	font-weight: 500;
	src: local(''),
		url('../../../font/area/Area-Medium.otf') format('opentype');
}

@font-face
{
	font-family: 'Area';
	font-display: swap;
	font-style: normal;
	font-weight: 600;
	src: local(''),
		url('../../../font/area/Area-Semibold.otf') format('opentype');
}

@font-face
{
	font-family: 'Area';
	font-display: swap;
	font-style: normal;
	font-weight: 700;
	src: local(''),
		url('../../../font/area/Area-Bold.otf') format('opentype');
}

@font-face
{
	font-family: 'Area';
	font-display: swap;
	font-style: normal;
	font-weight: 800;
	src: local(''),
		url('../../../font/area/Area-Extrabold.otf') format('opentype');
}

/**********************************************************************************/

@font-face
{
	font-family: 'swiper-icons';
	font-display: swap;
	font-style: normal;
	font-weight: 400;
	src:
		url('../../../font/Swiper/swiper-icons.woff2') format('woff2'),
		url('../../../font/Swiper/swiper-icons.woff') format('woff'),
		url('../../../font/Swiper/swiper-icons.ttf') format('truetype');
}