:root {
  /* Forest Green (Primary) */
  --primary: #2d5016;
  --primary-hover: #1f3810;
  --primary-light: #4a7c2c;

  /* Emerald (AI Only) */
  --ai-primary: #10b981;
  --ai-hover: #059669;

  /* Copper/Amber (Conversions) */
  --accent: #d4752e;
  --accent-hover: #b86425;

  /* Surfaces */
  --sand: #f5f1ea;
  --white: #ffffff;
  --charcoal: #2c2c2c;
  --slate-900: #0f172a;
}

body {
  font-family: 'Manrope', sans-serif;
  scroll-behavior: smooth;
}

.font-nepali {
  font-family: 'Noto Sans Devanagari', sans-serif;
}

.hero-bg {
  background-image: url('https://images.unsplash.com/photo-1585970747805-728b7245d7d3?q=80&w=2500&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Markdown-like styling for AI response */
.ai-response strong {
  font-weight: 700;
  color: #047857; /* emerald-700 */
}

.ai-response ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.ai-response li {
  margin-bottom: 0.25rem;
}
