/*
Theme Name: NextGenBD
Theme URI: https://www.nextgenbd.com.bd
Author: NextGenBD
Description: Custom WordPress theme for the NextGen Industries redesign — a warm, premium single-page site for a Bangladesh food manufacturer.
Version: 1.1.0
Text Domain: nextgenbd
*/

/* The full design system lives in assets/css/main.css (enqueued after this file).
   This file only carries the required WordPress theme header plus a minimal reset. */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}
