@font-face {
    font-family: SourceSansPro;
    src: url('../fonts/SourceSansPro-Regular.woff');
}
@font-face {
    font-family: SourceSansPro;
    src: url('../fonts/SourceSansPro-Bold.woff');
    font-weight: bold;
}
@font-face {
    font-family: SourceSansPro;
    src: url('../fonts/SourceSansPro-It.woff');
    font-style: italic;
}
@font-face {
    font-family: SourceSansPro;
    src: url('../fonts/SourceSansPro-BoldIt.woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: SourceSansPro;
    src: url('../fonts/SourceSansPro-Light.woff');
    font-weight: 300;
}
@font-face {
    font-family: SourceSansPro;
    src: url('../fonts/SourceSansPro-LightIt.woff');
    font-style: italic;
    font-weight: 300;
}



@font-face {
    font-family: MonaSansCondensed-Black;
    src: url('../fonts/webfonts/static/MonaSansCondensed-Black.woff');
}
@font-face {
    font-family: MonaSansCondensed-Light;
    src: url('../fonts/webfonts/static/MonaSansCondensed-Light.woff');
}
@font-face {
    font-family: MonaSans-Black;
    src: url('../fonts/webfonts/static/MonaSans-Black.woff');
}
@font-face {
    font-family: MonaSans-Bold;
    src: url('../fonts/webfonts/static/MonaSans-Bold.woff');
}
@font-face {
    font-family: MonaSansExpanded-SemiBold;
    src: url('../fonts/webfonts/static/MonaSansExpanded-SemiBold.woff');
	font-style: expanded SemiBold;
}
@font-face {
    font-family: MonaSans-Regular;
    src: url('../fonts/webfonts/static/MonaSans-Regular.woff');
	font-style: Regular;
}

@font-face {
    font-family: MonaSansExpanded-Light;
    src: url('../fonts/webfonts/static/MonaSansExpanded-Light.woff');
	
}