@font-face {
  font-family: 'Poppins';
  src: url('./poppins-regular.woff2') format('woff2'), url('./poppins-regular.woff') format('woff');
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url('./poppins-bold.woff2') format('woff2'), url('./poppins-bold.woff') format('woff');
}

@font-face {
  font-family: 'Poppins-500';
  src: url('./poppins-500.woff2') format('woff2'), url('./poppins-500.woff') format('woff');
}

@font-face {
  font-family: 'Poppins-700';
  src: url('./poppins-700.woff2') format('woff2'), url('./poppins-700.woff') format('woff');
}
