@tailwind base;@tailwind components;@tailwind utilities;@layer base{html,body{user-select:none;-webkit-user-select:none;overscroll-behavior:none;-webkit-font-smoothing:antialiased;cursor:default}input,textarea{user-select:text;-webkit-user-select:text;cursor:text}img{-webkit-user-drag:none;user-drag:none}}@layer components{.brutal-card{@apply bg-white border-2 border-brand-black rounded shadow-brutal transition-all duration-150;}.brutal-button{@apply font-heading font-bold border-2 border-brand-black px-5 py-2.5 rounded shadow-brutal hover:-translate-y-0.5 hover:shadow-brutal-hover active:translate-y-0.5 active:shadow-none transition-all cursor-pointer select-none;}.brutal-input{@apply font-body bg-white border-2 border-brand-black px-4 py-2.5 rounded focus:outline-none focus:ring-2 focus:ring-brand-pink focus:border-brand-black transition-all w-full font-semibold;}.tag{@apply text-[11px] font-extrabold px-2.5 py-0.5 rounded border-2 border-brand-black uppercase tracking-wider shadow-brutal-sm inline-block;}}
