@tailwind base;@tailwind components;@tailwind utilities;@media (max-width: 768px){*:focus{outline:none}html,body{scroll-behavior:auto!important}footer *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}}@layer base{html,body,#root{@apply h-full w-full m-0 p-0 overflow-x-hidden;}body{@apply bg-gray-50;}}@layer components{.page-container{@apply min-h-screen w-full px-4 py-8;}.content-wrapper{@apply max-w-4xl mx-auto;}}
