/*
Theme Name: NovaCommerce
Theme URI: https://example.com/novacommerce
Author: NovaCommerce Studio
Author URI: https://example.com
Description: A warm, premium WordPress theme for the E-commerce & Digital Marketing programme at EK, built as a digital marketing campaign for the programme rather than a plain brochure — content-first, with an editorial brown/tan palette plus a few bolder, data-driven interactive moments (case study, timeline, career explorer). Fully custom-coded with PHP, HTML, CSS and vanilla JavaScript — no page builders required.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: novacommerce
Tags: education, e-commerce, blog, custom-menu, featured-images, threaded-comments, translation-ready, responsive-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

All theme styling lives in main.css (theme root) and is enqueued via
inc/enqueue.php. This file exists to satisfy WordPress theme requirements
and to hold minimal resets that must load first.
*/

/* Minimal base reset — full design system is in main.css */
*,
*::before,
*::after {
	box-sizing: border-box;
}

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

body {
	margin: 0;
}

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

a {
	text-decoration: none;
}
