/*
 * Kazi Pamoja — Custom Styles
 * Brand: Navy (#1B2A4A) + Gold (#F5A623)
 */

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

::selection {
  background-color: #F5A623;
  color: #1B2A4A;
}

.prose h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.prose ul, .prose ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.prose ul li, .prose ol li {
  margin-bottom: 0.5rem;
}

.prose p {
  margin-bottom: 1rem;
}

.job-card {
  transition: all 0.2s ease;
}

.job-card:hover {
  background: linear-gradient(135deg, #fff 60%, #fef0d0 100%);
  border-color: #fde19e;
}

.logo-fallback {
  background: linear-gradient(135deg, #f0f3f8 0%, #d9e0ed 100%);
}

@media (max-width: 640px) {
  .sticky {
    position: static;
  }
}
