/* Thin 
----------------*/
@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('BarlowSemiCondensed-ThinItalic.woff2') format('woff2'),
         url('BarlowSemiCondensed-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
	font-display: swap;
}


@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('BarlowSemiCondensed-Thin.woff2') format('woff2'),
         url('BarlowSemiCondensed-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
	font-display: swap;
}

/* Extra light 
----------------*/
@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('BarlowSemiCondensed-ExtraLightItalic.woff2') format('woff2'),
         url('BarlowSemiCondensed-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('BarlowSemiCondensed-ExtraLight.woff2') format('woff2'),
         url('BarlowSemiCondensed-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
	font-display: swap;
}



/* Light 
----------------*/
@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('BarlowSemiCondensed-LightItalic.woff2') format('woff2'),
         url('BarlowSemiCondensed-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('BarlowSemiCondensed-Light.woff2') format('woff2'),
         url('BarlowSemiCondensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}


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

@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('BarlowSemiCondensed-Italic.woff2') format('woff2'),
         url('BarlowSemiCondensed-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
	font-display: swap;
}

/* Medium 
----------------*/
@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('BarlowSemiCondensed-Medium.woff2') format('woff2'),
         url('BarlowSemiCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('BarlowSemiCondensed-MediumItalic.woff2') format('woff2'),
         url('BarlowSemiCondensed-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
	font-display: swap;
}



/* Semibold 
----------------*/
@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('BarlowSemiCondensed-SemiBold.woff2') format('woff2'),
         url('BarlowSemiCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('BarlowSemiCondensed-SemiBoldItalic.woff2') format('woff2'),
         url('BarlowSemiCondensed-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
	font-display: swap;
}


/* Extrabold 
----------------*/

@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('BarlowSemiCondensed-BoldItalic.woff2') format('woff2'),
         url('BarlowSemiCondensed-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
	font-display: swap;
} 

@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('BarlowSemiCondensed-Bold.woff2') format('woff2'),
         url('BarlowSemiCondensed-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
} 


/* Extrabold 
----------------*/

@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('BarlowSemiCondensed-ExtraBoldItalic.woff2') format('woff2'),
         url('BarlowSemiCondensed-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('BarlowSemiCondensed-ExtraBold.woff2') format('woff2'),
         url('BarlowSemiCondensed-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
	font-display: swap;
} 

/* Black 
----------------*/
 @font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('BarlowSemiCondensed-BlackItalic.woff2') format('woff2'),
         url('BarlowSemiCondensed-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
	font-display: swap;
} 

 @font-face {
    font-family: 'BarlowSemiCondensed';
    src: url('BarlowSemiCondensed-Black.woff2') format('woff2'),
         url('BarlowSemiCondensed-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
	font-display: swap;
} 





