/* embedded fonts */

@font-face {
	font-family: 'Avenir Regular';
	src: url('fonts/Avenir-Regular.ttf');
	font-style: normal;
	font-weight: normal;
}





@font-face{
	font-family: 'FSRosa';
	src: url("fonts/FSRosaBold_normal_normal.woff") format("woff"), url("fonts/FSRosaBold_normal_normal.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}





@font-face{
	font-family: 'Lato Black';
	src: url("fonts/Lato-Black.ttf");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}





@font-face{
	font-family: 'source-sans-pro';
	src: url("fonts/SourceSansPro-Regular.otf");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}





@font-face{
	font-family: 'Tellumo';
	src: url("fonts/Tellumo-Medium-7102500.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face{
	font-family: 'Tellumo';
	src: url("fonts/Tellumo-7102473.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}








@font-face {
	font-family: 'TeX Gyre Termes';
	src: url('fonts/texgyretermes-regular.otf');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'TeX Gyre Termes';
	src: url('fonts/texgyretermes-bold.otf');
	font-style: normal;
	font-weight: bold;
}

@font-face {
	font-family:'TeX Gyre Termes';
	src: url('fonts/texgyretermes-italic.otf');
	font-style: italic;
	font-weight: normal;
}

@font-face {
	font-family: 'TeX Gyre Termes';
	src: url('fonts/texgyretermes-bolditalic.otf');
	font-style: italic;
	font-weight: bold;
}






@font-face {
	font-family: 'Trade Gothic LT Std';
	src: url('fonts/TradeGothicLTStdCondensedNo18.otf');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Trade Gothic LT Std';
	src: url('fonts/TradeGothicLTStdCondensedNo18Oblique.otf');
	font-style: italic;
	font-weight: normal;
}

@font-face {
	font-family: 'Trade Gothic LT Std';
	src: url('fonts/TradeGothicLTStdBoldCondensedNo20.otf');
	font-style: normal;
	font-weight: bold;
}

@font-face {
	font-family: 'Trade Gothic LT Std';
	src: url('fonts/TradeGothicLTStdBoldCondensedNo20Oblique.otf');
	font-style: italic;
	font-weight: bold;
}





