@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:light dark}html,body,#root{height:100%}body{@apply font-sans bg-gray-50 text-gray-900 dark:bg-gray-900 dark:text-gray-100 antialiased;}table th,table td{@apply px-3 py-2 text-left align-top;}table thead th{@apply text-xs font-semibold uppercase tracking-wide;}
