@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

body {
  font-family: "Inter", sans-serif;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.prose {
  color: #334155;
  line-height: 1.7;
}

.prose h2 {
  color: #0a2540;
  font-size: 1.875rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.mobile-hidden {
  display: none;
}

@media (min-width: 1024px) {
  .mobile-hidden {
    display: block;
  }
}
