@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");@tailwind base;@tailwind components;@tailwind utilities;@layer base{html{scroll-behavior:smooth}body{@apply text-gray-900 bg-white}}@layer components{.badge,.prose-custom h2,.prose-custom h3,.prose-custom p,.prose-custom ul{@apply inline-block text-xs font-medium px-2.5 py-0.5 rounded-full}}