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


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

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

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



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

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


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

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

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

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



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


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

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

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


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

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

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

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

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





