/*
Theme Name: World's Aquarium
Theme URI: https://example.com/worlds-aquarium
Author: Bala
Author URI: https://example.com
Description: A custom WordPress theme for a marine life conservation NGO. Built with a configurable front page (hero, feature highlights, mission & stats, latest blog), a dedicated Marine Life species archive, and full customizer control over header, footer, social links and homepage content.
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: LICENSE
Text Domain: worlds-aquarium
Tags: blog, one-column, two-columns, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Base reset - full styles are enqueued from assets/css/main.css */
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
