/*
 ************************************************************
 *
 * 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@') 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') 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@') 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') 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@') 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') format('svg');
}