
@font-face {
  font-family: 'Poppins';
  src: url('/assets/fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-300';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/300.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins-400';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/400.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins-500';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/500.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins-600';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/600.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins-700';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/700.woff2') format('woff2');
}
