@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900,400italic,700italic,900italic&amp;subset=latin,greek');

/**
 * @file
 * typography styling

/* ==== Code of Content =======
    1. Adelle Condensed W04 Regular
	2. FuturaICG
	3. fontello
	4. Montserrat-Regular
	5. OpenSans-Regular
	6. Source Sans Pro
	7. Gotham-Font
	8. Nimbus Sans
	
	
===== End Code of Content ====*/
   

body.pff-01 {
	font-family: "Adelle Condensed W04 Regular";
}

body.pff-02 {
	font-family: 'futuraICG';
}

body.pff-03{
 font-family: 'fontello'; 
}

body.pff-04 {
	font-family: "Montserrat-Regular"; 
}

body.pff-05 {
	font-family: 'Open Sans Condensed', Helvetica Neue, Arial, sans-serif;
}

body.pff-06 {
	font-family: 'Source Sans Pro', Helvetica Neue, Arial, Sans-serif;
}

body.pff-07 {
	font-family: 'GothamBook', Helvetica Neue, Arial, Sans-serif;
}

body.pff-08 {
	font-family: 'Nimbus Sans L';
}




