/*
Theme Name: Banana Bags
Theme URI: https://qdigitalmarketing.com.au
Author: Q Digital Marketing
Author URI: https://qdigitalmarketing.com.au
Description: A bespoke, premium WordPress theme for Banana Bags — built from scratch and fully compatible with Elementor, Elementor Pro Theme Builder and WooCommerce, with a comprehensive Theme Options panel. "Protect Your Bunch."
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: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: banana-bags
Tags: e-commerce, elementor, woocommerce, custom-colors, custom-menu, custom-logo, featured-images, full-width-template, translation-ready
*/

/* Base styles live in /assets/css/main.css (enqueued separately).
   This file carries the required theme header and a minimal reset only. */

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

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

body {
	margin: 0;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.6;
	color: #333a45;
}

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