/* *****************************
		Font Imports
		
********************************/

/************ LATO *************/
@font-face {
    font-family: 'Lato';
    src: url('Lato/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('Lato/Lato-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url('Lato/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('Lato/Lato-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
.Lato{
  font-family: 'Lato', Georgia, sans-serif;
}


/************ League-Gothic *************/
@font-face {
    font-family: 'league-gothic';
    src: url('League-Gothic/LeagueGothic-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'league-gothic';
    src: url('League-Gothic/LeagueGothic-Italic.otf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'league-gothic';
    src: url('League-Gothic/LeagueGothic-CondensedRegular.otf') format('truetype');
    font-weight: bold;
    font-stretch: condensed;
}
@font-face {
    font-family: 'league-gothic';
    src: url('League-Gothic/LeagueGothic-CondensedItalic.otf') format('truetype');
    font-weight: bold;
    font-stretch: condensed;
}



.League-Gothic{
  font-family: 'league-gothic', Arial, sans-serif;
}
.condensed{font-stretch:condensed}



/************ Bebas Neue *************/


@font-face {
    font-family: 'bebas-neue';
    src: url('bebas_neue/BebasNeue-Regular.otf') format('opentype'),
	 url('bebas_neue/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.bebas-neue{
  font-family: 'bebas-neue', Arial, sans-serif;
}