body {
  font-family: 'Inter', sans-serif;
  color: #1e1d20;
  background-color: #ffffff;
}

h1, h2, h3 {
  font-family: 'Outfit', sans-serif;
}

button {
  transition: all 0.3s ease;
}

button:hover {
  transform: scale(1.05);
}

section {
  transition: opacity 0.5s ease-in-out;
}

