/* FONTS LOADED LOCALLY */

@font-face {
    font-family: 'Poppins';
	font-display: swap;
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Light.woff') format('woff'),
         url('../fonts/Poppins-Light.ttf') format('truetype'),
         url('../fonts/Poppins-Light.svg#poppins') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
	font-display: swap;
    src: url('../fonts/Poppins-LightItalic.eot');
    src: url('../fonts/Poppins-LightItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-LightItalic.woff') format('woff'),
         url('../fonts/Poppins-LightItalic.ttf') format('truetype'),
         url('../fonts/Poppins-LightItalic.svg#poppins') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
	font-display: swap;
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Regular.woff') format('woff'),
         url('../fonts/Poppins-Regular.ttf') format('truetype'),
         url('../fonts/Poppins-Regular.svg#poppins') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
	font-display: swap;
    src: url('../fonts/Poppins-Italic.eot');
    src: url('../fonts/Poppins-Italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Italic.woff') format('woff'),
         url('../fonts/Poppins-Italic.ttf') format('truetype'),
         url('../fonts/Poppins-Italic.svg#poppins') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
	font-display: swap;
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Medium.woff') format('woff'),
         url('../fonts/Poppins-Medium.ttf') format('truetype'),
         url('../fonts/Poppins-Medium.svg#poppins') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
	font-display: swap;
    src: url('../fonts/Poppins-MediumItalic.eot');
    src: url('../fonts/Poppins-MediumItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-MediumItalic.woff') format('woff'),
         url('../fonts/Poppins-MediumItalic.ttf') format('truetype'),
         url('../fonts/Poppins-MediumItalic.svg#poppins') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Poppins';
	font-display: swap;
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-SemiBold.woff') format('woff'),
         url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
         url('../fonts/Poppins-SemiBold.svg#poppins') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
	font-display: swap;
    src: url('../fonts/Poppins-SemiBoldItalic.eot');
    src: url('../fonts/Poppins-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-SemiBoldItalic.woff') format('woff'),
         url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype'),
         url('../fonts/Poppins-SemiBoldItalic.svg#poppins') format('svg');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Poppins';
	font-display: swap;
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Bold.woff') format('woff'),
         url('../fonts/Poppins-Bold.ttf') format('truetype'),
         url('../fonts/Poppins-Bold.svg#poppins') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
	font-display: swap;
    src: url('../fonts/Poppins-ExtraBold.eot');
    src: url('../fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-ExtraBold.woff') format('woff'),
         url('../fonts/Poppins-ExtraBold.ttf') format('truetype'),
         url('../fonts/Poppins-ExtraBold.svg#poppins') format('svg');
    font-weight: 800;
    font-style: normal;
}

