@tailwind base; @tailwind components; @tailwind utilities; @tailwind variants; html, body { @apply h-full overflow-hidden; } .terminal-output { @apply font-mono text-sm; } .terminal-input { @apply font-mono text-sm; } /* Skeleton theme overrides */ :root [data-theme='skeleton'] { --theme-font-family-base: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; --theme-font-family-heading: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }