html, body {
    background-color: #030712; /* Darkest gray (Tailwind's bg-gray-950) */
    color: #f9fafb; /* Very light gray for text */
}
body { cursor: text; }
input::placeholder, textarea::placeholder { color: #6b7280; }
@media (max-width: 640px) {
    body {
        font-size: 0.875rem; /* text-sm */
    }
}
input,
textarea {
  font-size: 16px !important;
}