@font-face {
  font-family: Poppins;
  src: url("/static/fonts/Poppins-Regular.093ee89be9ed.ttf") format("truetype");
}

@font-face {
  font-family: Poppins;
  font-weight: bold;
  src: url("/static/fonts/Poppins-SemiBold.6f1520d10720.ttf") format("truetype");
}

body {
  font-family: Poppins, var(--bs-body-font-family);
  background-color: #f3f3f3;
}
