@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('../public/css/fonts/Poppins-Regular.ttf');
}
a,div { font-family: Poppins !important }

.f8{
  font-size: 8px;
}
.f9{
  font-size: 9px;
}
.f10{
  font-size: 10px;
}
.f11{
  font-size: 11px;
}
.f12{
  font-size: 12px;
}
.f24bold{
  font-size: 24px;
  font-weight: bolder;
}
.card-wrapper{
  display: flex;
}

.img-wrapper{
  min-height: 100px;
  margin: 0 auto;
}

.img-wrapper img{
  max-width: 100%;
  max-height: 100%;
}
 