/* Foresite OS local styles on top of Tailwind CDN */
html, body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
.md\:grid-cols-14 { grid-template-columns: repeat(14, minmax(0, 1fr)); }
