@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Poppins/Poppins-Light.woff2') format('woff2'),
       url('/res/fonts/Poppins/Poppins-Light.woff') format('woff'); 
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Poppins/Poppins-LightItalic.woff2') format('woff2'),
       url('/res/fonts/Poppins/Poppins-LightItalic.woff') format('woff'); 
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Poppins/Poppins-Regular.woff2') format('woff2'),
       url('/res/fonts/Poppins/Poppins-Regular.woff') format('woff'); 
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Poppins/Poppins-Italic.woff2') format('woff2'),
       url('/res/fonts/Poppins/Poppins-Italic.woff') format('woff'); 
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Poppins/Poppins-Medium.woff2') format('woff2'),
       url('/res/fonts/Poppins/Poppins-Medium.woff') format('woff'); 
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Poppins/Poppins-MediumItalic.woff') format('woff2'),
       url('/res/fonts/Poppins/Poppins-MediumItalic.woff') format('woff'); 
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Poppins/Poppins-SemiBold.woff2') format('woff2'),
       url('/res/fonts/Poppins/Poppins-SemiBold.woff') format('woff'); 
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Poppins/Poppins-SemiBoldItalic.woff2') format('woff2'),
       url('/res/fonts/Poppins/Poppins-SemiBoldItalic.woff') format('woff'); 
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Poppins/Poppins-Bold.woff2') format('woff2'),
       url('/res/fonts/Poppins/Poppins-Bold.woff') format('woff'); 
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local(''),
       url('/res/fonts/Poppins/Poppins-BoldItalic.woff2') format('woff2'),
       url('/res/fonts/Poppins/Poppins-BoldItalic.woff') format('woff'); 
}