/*
 ************************************************************
 *
 * FONT-FACE
 *
 ************************************************************
 *
 * ----------------------------------------------------------
 *
 * EudoxusSans
 *
 * ----------------------------------------------------------
 *
 * - FONT
 */

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

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

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

@font-face
{
	font-display: swap;
	font-family: 'EudoxusSans';
	font-weight: 700;
	font-style: normal;
	src: url('format/woff2/EudoxusSans-Bold.woff2') format('woff2'),
		 url('format/woff/EudoxusSans-Bold.woff') format('woff'),
		 url('format/ttf/EudoxusSans-Bold.ttf') format('truetype');
}