/* assets/css/style.css - small custom tweaks on top of Tailwind CDN */

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.product-btn:active {
  transform: scale(0.97);
}
