/*! webfont-hector.css  */

		
/* Font Hector 400 */	



/* Regular 400 */
@font-face {
    font-family: 'hector';
    src: url('Hector-Regular.woff2') format('woff2'),
         url('Hector-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}