@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local(''),
  url('poppins-v19-latin-300.woff2') format('woff2'),
  url('poppins-v19-latin-300.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local(''),
  url('poppins-v19-latin-500.woff2') format('woff2'),
  url('poppins-v19-latin-500.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local(''),
  url('poppins-v19-latin-600.woff2') format('woff2'),
  url('poppins-v19-latin-600.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local(''),
  url('poppins-v19-latin-700.woff2') format('woff2'),
  url('poppins-v19-latin-700.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 800;
  src: local(''),
  url('jetbrains-mono-v13-latin-800.woff2') format('woff2'),
  url('jetbrains-mono-v13-latin-800.woff') format('woff');
}