@font-face {
    font-family: 'FZ Poppins';
    src: url('../fonts/FzPoppins/FZ Poppins-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'FZ Poppins';
    src: url('../fonts/FzPoppins/FZ Poppins-BlackItalic.woff2') format('woff2');
    font-weight: 900;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'FZ Poppins';
    src: url('../fonts/FzPoppins/FZ Poppins-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'FZ Poppins';
    src: url('../fonts/FzPoppins/FZ Poppins-ExtraBoldItalic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'FZ Poppins';
    src: url('../fonts/FzPoppins/FZ Poppins-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
  	font-display: swap;
}

@font-face {
    font-family: 'FZ Poppins';
    src: url('../fonts/FzPoppins/FZ Poppins-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
  	font-display: swap;
}

@font-face {
    font-family: 'FZ Poppins';
    src: url('../fonts/FzPoppins/FZ Poppins-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
  	font-display: swap;
}

@font-face {
    font-family: 'FZ Poppins';
    src: url('../fonts/FzPoppins/FZ Poppins-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
  	font-display: swap;
}

@font-face {
    font-family: 'FZ Poppins';
    src: url('../fonts/FzPoppins/FZ Poppins-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
  	font-display: swap;
}

@font-face {
    font-family: 'FZ Poppins';
    src: url('../fonts/FzPoppins/FZ Poppins-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
  	font-display: swap;
}
