/* Custom Fonts Import Start */
@font-face{ 
	font-family: 'Tex Gyre Adventor';
	src: url('/static/fonts/tex-gyre-adventor/regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{ 
	font-family: 'Tex Gyre Adventor';
	src: url('/static/fonts/tex-gyre-adventor/italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face{ 
	font-family: 'Tex Gyre Adventor';
	src: url('/static/fonts/tex-gyre-adventor/bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face{ 
	font-family: 'Tex Gyre Adventor';
	src: url('/static/fonts/tex-gyre-adventor/bolditalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
/* Custom Fonts End */