@tailwind base;
@tailwind components;
@tailwind utilities;

.prose h1, .prose h2 {
    color: #10b981;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Tailwind script already handles most responsive design */