@font-face {
  font-family: 'PoppinsLocal';
  src: url('/fonts/poppins-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PoppinsLocal';
  src: url('/fonts/poppins-700.ttf') format('truetype');
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
