/*! webfont-outfit.css  */

		
/* Font Outfit 300,400,600 */	


/* Light 300 */
@font-face {
    font-family: 'outfit';
    src: url('Outfit-Light.woff2') format('woff2'),
         url('Outfit-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}
/* Regular 400  */
@font-face {
    font-family: 'outfit';
    src: url('Outfit-Regular.woff2') format('woff2'),
         url('Outfit-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
/* Semi Bold 600 */
@font-face {
    font-family: 'outfit';
    src: url('Outfit-SemiBold.woff2') format('woff2'),
         url('Outfit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}