/*! webfont-barlow.css  */

		
/* Font Barlow 100,300,500,600 */	


/* Light 100 */
@font-face {
    font-family: 'barlow';
    src: url('Barlow-ExtraLight.woff') format('woff');
    font-weight: 100;
    font-style: normal;
	font-display: swap;
}
/* Regular 300 */
@font-face {
    font-family: 'barlow';
    src: url('Barlow-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}
/* Medium 500 */
@font-face {
    font-family: 'barlow';
    src: url('Barlow-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}
/*  Bold 600 */
@font-face {
    font-family: 'barlow';
    src: url('Barlow-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}
