/* Custom styles layered on top of Tailwind */
[data-turbo-preview] body { opacity: 0.7; }

input[type="file"]::-webkit-file-upload-button {
  display: none;
}

.prose-gogu {
  color: #3a5568;
  line-height: 1.7;
}
