/* Custom styles */
body {
  font-family: 'Inter', sans-serif;
}
@media (max-width: 768px) {
  header nav {
    display: none;
  }
}
