/*
Theme Name: Bennelongia
Theme URI: https://bennelongia.com.au/
Author: Bennelongia
Author URI: https://bennelongia.com.au/
Description: Bennelongia 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: bennelongia
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;
}

html {
	overflow-x: hidden;
}

/* Site-wide safety net: a horizontal scrollbar has shown up on more than
   one page (e.g. the footer's map/social-links row) from small, hard-to-
   track-down overflow sources — this stops the page from ever scrolling
   sideways instead of chasing each one individually. */
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;
	overflow-x: hidden;
}

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

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

a:hover {
	text-decoration: underline;
}
