/* Global styles */
:root {
  --primary: #dc2626; /* red-600 */
}
html, body { height: 100%; }
body { font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; }

.prose img { border-radius: 0.5rem; }

/* Simple utilities */
.hidden { display: none; }

/* Modal */
#modal.hidden { display: none; }
#modal:not(.hidden) { display: flex; }
