/*
 ************************************************************
 *
 * FONT-FACE
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * Muli
 *
 * ----------------------------------------------------------
 *
 * - FONT
 */

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

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

@font-face
{
	font-display: swap;
	font-family: 'Muli';
	font-weight: 600;
	font-style: normal;
	src: url('format/woff2/muli-semibold.woff2') format('woff2'),url('format/woff/muli-semibold.woff') format('woff'),url('format/ttf/muli-semibold.ttf') format('truetype');
}