/*
Theme Name: Greenova
Theme URI: https://greenova.com.au/
Author: Greenova
Author URI: https://greenova.com.au/
Description: Greenova is a lightweight, Bootstrap-integrated custom WordPress starter theme built for scalable, developer-friendly projects.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: greenova
Tags: custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, translation-ready, blog, portfolio, business
*/

/* =============================================================================
   Theme Base Styles
   Minimal reset and typography — Bootstrap handles the heavy lifting.
   ============================================================================= */

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

body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

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

a {
	color: #0d6efd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
