zola:
	zola serve --open

tailwind:
	fnm exec --using latest npx @tailwindcss/cli -w -i input.css -o static/main.css
