/* Minimal custom styles.
   Tailwind provides the majority of utilities. */

body {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica Neue, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

.form-help {
  font-size: 12px;
  color: #6b7280; /* gray-500 */
}


