@font-face {
	font-family: 'DomaineText';
	src: url('font/DomaineText-Regular.otf') format('opentype'),
         url('font/DomaineText-Regular.WOFF') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DomaineText';
	src: url('font/Domaine Text Light.otf') format('opentype'),
       	 url('font/Domaine Text Light.WOFF') format('woff');
	font-weight: lighter;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('font/Gotham-Book.otf') format('opentype'),
       	 url('font/Gotham-Book.WOFF') format('woff');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Gotham';
	src: url('font/Gotham-Bold.otf') format('opentype'),
       	 url('font/Gotham-Bold.WOFF') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Arrow';
	src: url('font/arrow.ttf') format('truetype'),
       	 url('font/arrow.WOFF') format('woff');
	font-weight: bold;
	font-style: normal;
}