@tailwind base;@tailwind components;@tailwind utilities;*{transition:all .2s ease-in-out}h1,h2,h3{@apply font-bold text-gray-800;}.btn{@apply px-5 py-2 rounded-lg font-medium text-white bg-brandGreen hover:bg-brandLightGreen shadow;}.btn-outline{@apply px-5 py-2 rounded-lg font-medium border border-brandGreen text-brandGreen hover:bg-brandGreen hover:text-white;}.input,textarea{@apply w-full border border-gray-300 rounded p-2 focus:outline-none focus:ring-2 focus:ring-brandGreen;}body{font-family:Arial,sans-serif;margin:0}
