@font-face {
  font-family: 'Poppins';
  font-weight: 300;
  font-display: swap;
  src: local('Poppins'),
       url('https://storage.googleapis.com/bf-shared-assets-prod/shared/fonts/Poppins/Poppins-Light.woff2') format('woff2'),
       url('https://storage.googleapis.com/bf-shared-assets-prod/shared/fonts/Poppins/Poppins-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  font-display: swap;
  src: local('Poppins'),
       url('https://storage.googleapis.com/bf-shared-assets-prod/shared/fonts/Poppins/Poppins-Regular.woff2') format('woff2'),
       url('https://storage.googleapis.com/bf-shared-assets-prod/shared/fonts/Poppins/Poppins-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  font-display: swap;
  src: local('Poppins'),
       url('https://storage.googleapis.com/bf-shared-assets-prod/shared/fonts/Poppins/Poppins-Medium.woff2') format('woff2'),
       url('https://storage.googleapis.com/bf-shared-assets-prod/shared/fonts/Poppins/Poppins-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 600;
  font-display: swap;
  src: local('Poppins'),
       url('https://storage.googleapis.com/bf-shared-assets-prod/shared/fonts/Poppins/Poppins-SemiBold.woff2') format('woff2'),
       url('https://storage.googleapis.com/bf-shared-assets-prod/shared/fonts/Poppins/Poppins-SemiBold.otf') format('opentype');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 700;
  font-display: swap;
  src: local('Poppins'),
       url('https://storage.googleapis.com/bf-shared-assets-prod/shared/fonts/Poppins/Poppins-Bold.woff2') format('woff2'),
       url('https://storage.googleapis.com/bf-shared-assets-prod/shared/fonts/Poppins/Poppins-Bold.otf') format('opentype');
}
