@font-face {
	font-family: 'Roboto';
	src: local('Roboto Regular'), local('RobotoRegular'),
			url('./Roboto-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Muller';
	src: local('Muller Light'), local('MullerLight'),
			url('./MullerLight.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Muller';
	src: local('Muller Regular'), local('MullerRegular'),
			url('./MullerRegular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Muller';
	src: local('Muller Medium'), local('MullerMedium'),
			url('./MullerMedium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Muller';
	src: local('Muller Bold'), local('MullerBold'),
			url('./MullerBold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Alt';
	src: local('Proxima Nova Alt Regular'), local('ProximaNovaA-Regular'),
			url('./ProximaNovaA-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Alt';
	src: local('Proxima Nova Alt Bold'), local('ProximaNovaA-Bold'),
			url('./ProximaNovaA-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Alt';
	src: local('Proxima Nova Alt Extrabold'), local('ProximaNovaA-Extrabld'),
			url('./ProximaNovaA-Extrabld.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
}