@charset "utf-8";

body, html, input, textarea, select {
	font-family: 'Proxima N W01 Reg', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #303234;
}

.light {
	font-family: 'Proxima N W01 Light', sans-serif;
	font-style: normal;
	font-weight: 400;
}

.light em, .lightitalic {
	font-family: 'Proxima N W01 Light', sans-serif;
	font-style: italic;
	font-weight: 400;
}	

.bold, .strong, b, strong {
	font-family: 'Proxima N W01 Bold', sans-serif;
	font-style: normal;
	font-weight: 400;
}

.bold em, .strong em, b em, strong em  {
	font-family: 'Proxima N W01 Bold', sans-serif;
	font-style: italic;
	font-weight: 400;
}

.vaglight {
	font-family: 'VAG Rounded LT W01 Light';	
	font-weight: 400;
    font-style: normal;
}

.vagthin {
	font-family: 'VAG Rounded LT W01 Thin';	
	font-weight: 400;
    font-style: normal;
}

.vagbold {
	font-family: 'VAG Rounded LT W01 Bold';	
	font-weight: 400;
    font-style: normal;
}