@font-face {
	font-family: 'atlas-regular-aaa';
	src:local('atlas-regular-aaa'), 
	url('atlas-regular-aaa.otf') format('opentype'),
	url('atlas-regular-aaa.woff') format('woff'),
	url('atlas-regular-aaa.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

body { font-family:'atlas-regular-aaa'; }
