@tailwind base;@tailwind components;@tailwind utilities;@theme{ --font-sans: "Work Sans", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }html,body{margin:0;padding:0;border:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;@apply bg-white dark:bg-gray-950;overflow-x:hidden;overflow-y:auto;height:auto;min-height:100vh;max-width:100vw}@media (prefers-color-scheme: dark){html,body{color-scheme:dark}}*{box-sizing:border-box}img:not(.hero-bg):not(.background-img),video,table,pre,code{max-width:100%}.container,.content,.wrapper{max-width:100%}body{-webkit-overflow-scrolling:touch;touch-action:manipulation}
