/*! webfont-urbanist.css  */

		
/* Font Urbanist 200,300,400,500,600 */	


/* ExtraLight 200 */
@font-face {
    font-family: 'urbanist';
    src: url('Urbanist-ExtraLight.woff2') format('woff2'),
         url('Urbanist-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
	font-display: swap;
}
/* Light 300 */
@font-face {
    font-family: 'urbanist';
    src: url('Urbanist-Light.woff2') format('woff2'),
         url('Urbanist-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}
/* Regular 400 */
@font-face {
    font-family: 'urbanist';
    src: url('Urbanist-Regular.woff2') format('woff2'),
         url('Urbanist-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
/*  Medium 500 */
@font-face {
    font-family: 'urbanist';
    src: url('Urbanist-Medium.woff2') format('woff2'),
         url('Urbanist-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}
/*  Semibold 600 */
@font-face {
    font-family: 'urbanist';
    src: url('Urbanist-SemiBold.woff2') format('woff2'),
         url('Urbanist-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}

/* Bold Original 700 */
/*
@font-face {
    font-family: 'urbanist';
    src: url('urbanist-bold-webfont.woff2') format('woff2'),
         url('urbanist-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}
*/
