/*
Theme Name: Star Catering Melbourne
Theme URI: https://starcatering.melbourne
Author: Carmine / Nova
Author URI: https://internetangels.com.au
Description: Tailwind-based custom theme for Star Catering Melbourne.
Version: 1.0
License: GPLv2 or later
Text Domain: star-catering
*/

body {
  scroll-behavior: smooth;
}
.gallery-item { aspect-ratio: 4/3; object-fit: cover; transition: transform 0.3s; }
.gallery-item:hover { transform: scale(1.02); }
