/*
 ************************************************************
 *
 * FONT-FACE
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * EXO
 *
 * ----------------------------------------------------------
 *
 * - FONT
 */

@font-face
{
	font-display: swap;
   	font-family: 'Exo';
	font-weight: 300;
	font-style: normal;
	src: url('format/woff2/exo-light.woff2') format('woff2'),url('format/woff/exo-light.woff') format('woff'),url('format/ttf/exo-light.ttf') format('truetype');
}

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

@font-face
{
	font-display: swap;
   	font-family: 'Exo';
	font-weight: 500;
	font-style: normal;
	src: url('format/woff2/exo-medium.woff2') format('woff2'),url('format/woff/exo-medium.woff') format('woff'),url('format/ttf/exo-medium.ttf') format('truetype');
}