/*! webfont-refinsted.css  */

		
/* Font Refinsted 400 */	


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