/*! Superfoodmarkt theme — placeholder CSS. Run `npm run build` to compile Tailwind. */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: system-ui, -apple-system, sans-serif; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
.container { width: 100%; max-width: 1280px; margin-left: auto; margin-right: auto; }
.site-main { min-height: 50vh; }
