/*
Theme Name: Your Page Template
Theme URI: 
Author: Your Page
Author URI: 
Version: 1.0
Description: 
*/



/*

Main Stylesheet file is located at stylesheet/css/styles.css

*/

@font-face {
	font-family: 'Conv_Gotham-Light_0';
	src: url('fonts/Gotham-Light_0.eot');
	src: local('☺'), url('fonts/Gotham-Light_0.woff') format('woff'), url('fonts/Gotham-Light_0.ttf') format('truetype'), url('fonts/Gotham-Light_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Gotham-Bold_0';
	src: url('fonts/Gotham-Bold_0.eot');
	src: local('☺'), url('fonts/Gotham-Bold_0.woff') format('woff'), url('fonts/Gotham-Bold_0.ttf') format('truetype'), url('fonts/Gotham-Bold_0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_copyfonts.com_gotham_black';
	src: url('fonts/copyfonts.com_gotham_black.eot');
	src: local('☺'), url('fonts/copyfonts.com_gotham_black.woff') format('woff'), url('fonts/copyfonts.com_gotham_black.ttf') format('truetype'), url('fonts/copyfonts.com_gotham_black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_comesinhandy';
	src: url('fonts/comesinhandy.eot');
	src: local('☺'), url('fonts/comesinhandy.woff') format('woff'), url('fonts/comesinhandy.ttf') format('truetype'), url('fonts/comesinhandy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.comes { font-family: 'Conv_comesinhandy'; }
.gotham-bold { font-family: 'Conv_Gotham-Bold_0'!important; }
.gotham-light { font-family: 'Conv_Gotham-Light_0'; }
.gotham-black { font-family: 'Conv_copyfonts.com_gotham_black'; }


@font-face {
    font-family: 'bebas_neuelight';
    src: url('fonts/bebasneue_light-webfont.eot');
    src: url('fonts/bebasneue_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_light-webfont.woff') format('woff'),
         url('fonts/bebasneue_light-webfont.ttf') format('truetype'),
         url('fonts/bebasneue_light-webfont.svg#bebas_neuelight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neuethin';
    src: url('fonts/bebasneue_thin-webfont.eot');
    src: url('fonts/bebasneue_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_thin-webfont.woff') format('woff'),
         url('fonts/bebasneue_thin-webfont.ttf') format('truetype'),
         url('fonts/bebasneue_thin-webfont.svg#bebas_neuethin') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neuebold';
    src: url('fonts/bebasneue_bold-webfont.eot');
    src: url('fonts/bebasneue_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_bold-webfont.woff') format('woff'),
         url('fonts/bebasneue_bold-webfont.ttf') format('truetype'),
         url('fonts/bebasneue_bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/bebasneue_regular-webfont.eot');
    src: url('fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_regular-webfont.woff') format('woff'),
         url('fonts/bebasneue_regular-webfont.ttf') format('truetype'),
         url('fonts/bebasneue_regular-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.bebas-bold{
	font-family: 'bebas_neuebold';
}
.bebas-regular{
	font-family: 'bebas_neueregular';
}
.bebas-light{
	font-family: 'bebas_neuelight';
}
.bebas-thin{
	font-family: 'bebas_neuethin';
}