/* Galette */
@font-face {
    font-family: 'galetteLight';
    src: url('galette-light-webfont.eot');
    src: url('galette-light-webfont.svg#galetteLight') format('svg'),
    url('galette-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('galette-light-webfont.woff') format('woff'),
    url('galette-light-webfont.ttf') format('truetype');
}
@font-face {
    font-family: 'Galette-Medium';
    src: url('Galette-Medium.woff2') format('woff2'),
        url('Galette-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Galette-Bold';
    src: url('Galette-Bold.woff2') format('woff2'),
        url('Galette-Bold.woff') format('woff');
}

/* Trade Gothic */
@font-face {
	font-family: tradeGothic;
	src: url("TradeGothicLTStd.woff") format("woff"), 
	url("TradeGothicLTStd.ttf") format("truetype");
}
@font-face {
	font-family: tradeGothicBold;
	src: url("TradeGothicLTStd-Bold.woff") format("woff"), 
	url("TradeGothicLTStd-Bold.ttf") format("truetype");
}

/* TitilliumWeb */
@font-face {
	font-family: titilliumWeb;
	src: url("TitilliumWeb-Regular.woff") format("woff"), 
	url("TitilliumWeb-Regular.ttf") format("truetype");
}

/* PT Sans */
@font-face {
    font-family: 'PTSans';
    src: url('PTSans-Regular.woff2') format('woff2'),
        url('PTSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSans-BoldItalic';
    src: url('PTSans-BoldItalic.woff2') format('woff2'),
        url('PTSans-BoldItalic.woff') format('woff');
}
@font-face {
    font-family: 'PTSans-Italic';
    src: url('PTSans-Italic.woff2') format('woff2'),
        url('PTSans-Italic.woff') format('woff');
}
@font-face {
    font-family: 'PTSans-Bold';
    src: url('PTSans-Bold.woff2') format('woff2'),
        url('PTSans-Bold.woff') format('woff');
}

/* Proxima Nova */
@font-face {
	font-family: 'ProximaNova';
	src: url("ProximaNova-Regular.woff") format("woff"), 
	url("ProximaNova-Regular.ttf") format("truetype");
}
