/* Base */
:root {
	--brand: #0d6efd;
}

.hero-section .hero-image {
	aspect-ratio: 16 / 10;
}

.product-img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

/* Smooth scroll offset for sticky navbar */
:target {
	scroll-margin-top: 80px;
}

/* Minor utilities */
.object-fit-cover {
	object-fit: cover;
}


