*,
*::before,
*::after {
  box-sizing: border-box;
}

.logo-font {
  font-family: 'Poppins', sans-serif;
}