@font-face {
  font-family: Poppins;
  src: url('../fonts/poppins/PoppinsVN-400.woff2') format('woff2'),
      url('../fonts/poppins/PoppinsVN-400i.woff2') format('woff2'),
      url('../fonts/poppins/PoppinsVN-500.woff2') format('woff2'),
      url('../fonts/poppins/PoppinsVN-500i.woff2') format('woff2'),
      url('../fonts/poppins/PoppinsVN-600.woff2') format('woff2'),
      url('../fonts/poppins/PoppinsVN-600i.woff2') format('woff2'),
      url('../fonts/poppins/PoppinsVN-700.woff2') format('woff2'),
      url('../fonts/poppins/PoppinsVN-700i.woff2') format('woff2'),
      url('../fonts/poppins/PoppinsVN-800.woff2') format('woff2'),
      url('../fonts/poppins/PoppinsVN-800i.woff2') format('woff2'),
      url('../fonts/poppins/PoppinsVN-900.woff2') format('woff2'),
      url('../fonts/poppins/PoppinsVN-900i.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: fallback
}


body {
    font-family: "Poppins",sans-serif;
    font-weight: 400;
}

.footer-logo img, .header-logo img {
  max-width: 120px;
}