
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 500;
src: local('Poppins Medium Italic'), local('Poppins-MediumItalic'), url(Poppins-BoldItalic.woff2) format('woff2');
}

@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 600;
src: local('Poppins SemiBold Italic'), local('Poppins-SemiBoldItalic'), url(Poppins-MediumItalic.woff2) format('woff2');
}
  
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 700;
src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url(Poppins-SemiBoldItalic.woff2) format('woff2');
}
  
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
src: local('Poppins Medium'), local('Poppins-Medium'), url(Poppins-Medium.woff2) format('woff2');
}

@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(Poppins-SemiBold.woff2) format('woff2');
}
  
@font-face {
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
src: local('Poppins Bold'), local('Poppins-Bold'), url(Poppins-Bold.woff2) format('woff2');
}

@font-face {
font-family: 'Poppins';
font-weight: normal;
font-style: 400;
src: local('Poppins Regular'), local('Poppins-Regular'), url(Poppins-Regular.woff2) format('woff2');
}