/*
Theme Name: Bioactive Bugs UK
Theme URI: https://bioactivebugsuk.co.uk
Author: Bioactive Bugs UK
Author URI: https://bioactivebugsuk.co.uk
Description: A custom, nature-inspired WordPress & WooCommerce theme for Bioactive Bugs UK — specialists in springtails, isopods and bioactive clean-up crews for vivariums and terrariums. Modern, clean, mobile-friendly and conversion focused.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bioactivebugsuk
Tags: e-commerce, custom-menu, featured-images, full-width-template, theme-options, translation-ready

Bioactive Bugs UK theme. The actual styling lives in assets/css/main.css —
this file exists primarily so WordPress recognises the theme and to provide
the minimal print/reset styles required of style.css.
*/

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

body {
	margin: 0;
}

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

a {
	color: inherit;
}
