/*
 ************************************************************
 *
 * FONT-FACE
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * APTOS
 *
 * ----------------------------------------------------------
 *
 * - FONT
 */

@font-face
{
	font-display: swap;
	font-family: 'Aptos';
	font-weight: 300;
	font-style: normal;
	src: url('format/eot/aptos-light.eot');
	src: url('format/eot/aptos-light.eot?#iefix') format('embedded-opentype'),
		 url('format/woff2/aptos-light.woff2') format('woff2'),
		 url('format/woff/aptos-light.woff') format('woff'),
		 url('format/ttf/aptos-light.ttf') format('truetype'),
		 url('format/svg/aptos-light.svg#Aptos-Light') format('svg');
}

@font-face
{
	font-display: swap;
	font-family: 'Aptos';
	font-weight: 400;
	font-style: normal;
	src: url('format/eot/aptos-regular.eot');
	src: url('format/eot/aptos-regular.eot?#iefix') format('embedded-opentype'),
		 url('format/woff2/aptos-regular.woff2') format('woff2'),
		 url('format/woff/aptos-regular.woff') format('woff'),
		 url('format/ttf/aptos-regular.ttf') format('truetype'),
		 url('format/svg/aptos-regular.svg#Aptos') format('svg');
}

@font-face
{
	font-display: swap;
	font-family: 'Aptos';
	font-weight: 600;
	font-style: normal;
	src: url('format/eot/aptos-semibold.eot');
	src: url('format/eot/aptos-semibold.eot?#iefix') format('embedded-opentype'),
		 url('format/woff2/aptos-semibold.woff2') format('woff2'),
		 url('format/woff/aptos-semibold.woff') format('woff'),
		 url('format/ttf/aptos-semibold.ttf') format('truetype'),
		 url('format/svg/aptos-semibold.svg#Aptos-SemiBold') format('svg');
}

@font-face
{
	font-display: swap;
	font-family: 'Aptos';
	font-weight: 700;
	font-style: normal;
	src: url('format/eot/aptos-bold.eot');
	src: url('format/eot/aptos-bold.eot?#iefix') format('embedded-opentype'),
		 url('format/woff2/aptos-bold.woff2') format('woff2'),
		 url('format/woff/aptos-bold.woff') format('woff'),
		 url('format/ttf/aptos-bold.ttf') format('truetype'),
		 url('format/svg/aptos-bold.svg#Aptos-Bold') format('svg');
}