/* Base styles and Tailwind prose overrides */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Prose styling for markdown content (About page, etc.) */
.prose h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: #1f2937;
}

.prose p {
  margin-bottom: 1rem;
  line-height: 1.75;
  color: #4b5563;
}

.prose ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.prose li {
  margin-bottom: 0.5rem;
  line-height: 1.75;
  color: #4b5563;
}

.prose a {
  color: #28B5B5;
  text-decoration: underline;
}

.prose a:hover {
  color: #1F9494;
}

.prose strong {
  color: #1f2937;
}
