@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*
------------------ FONT AWESOME --------------------------
	font-family: 'FontAwesome';
*/
/****************************************************************************************/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,700|Roboto+Condensed:300,400,700');
/*
----------------- MONTSERRAT + ROBOTO --------------------
	font-family: 'Montserrat', sans-serif; 
	font-family: 'Roboto Condensed', sans-serif;
*/
/****************************************************************************************/
@import url("../webfonts/gotham/stylesheet.css");
/*
--------------- Gotham Light -----------------
	font-family: 'gotham_light';
*/
/*
--------------- Gotham Book -----------------
	font-family: 'gotham_book';
*/
/*
--------------- Gotham Bold -----------------
	font-family: 'gotham_bold';
*/
/*
--------------- Gotham Black -----------------
	font-family: 'gotham_black';
*/
/****************************************************************************************/
@import url("../webfonts/bebas-neue/stylesheet.css");
/*
--------------- BEBAS NEUE  -----------------
	font-family: 'bebas_neue_regular';
*/
/*
--------------- BEBAS NEUE BOLD -----------------
	font-family: 'bebas_neue_bold';
*/
/****************************************************************************************/
@import url("../webfonts/brown/stylesheet.css");
/*
--------------- BROWN -----------------
	font-family: 'brown_light';
*/
/****************************************************************************************/
@import url("../webfonts/akrobat/stylesheet.css");
/*
--------------- AKROBAT -----------------
	font-family: 'akrobatregular';
*/
/****************************************************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto');
/*
--------------- ROBOTO REGULAR -----------------
	font-family: 'Roboto', sans-serif;
*/