@font-face {
  font-family: Material Icons;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/material-icons.woff2) format('woff2');
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts/poppins-light.woff2) format('woff2');
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/poppins-semibold.woff2) format('woff2');
}
html {
  font-family: Poppins, sans-serif;
  background-color: #5b5a5f;
}
.list-custom {
  list-style-image: url('/images/tick.svg');
}
