/*
Theme Name: Harvijay Photography
Theme URI: https://harvijay.photography
Author: Harvijay Photography
Author URI: https://harvijay.photography
Description: A dark, cinematic, mobile-first WordPress theme built for Harvijay Photography — a wildlife (tiger) photography portfolio with a WooCommerce-powered book store, image-led Gallery with lightbox and scroll effects, and pages for tours, prints, testimonials and more.
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: harvijay
Tags: photography, portfolio, gallery, woo-commerce, one-column, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready

Harvijay Photography WordPress Theme, Copyright 2026 Harvijay Photography.
Harvijay Photography is distributed under the terms of the GNU GPL v2 or later.

All compiled design styles live in /assets/css/main.css and are loaded via
wp_enqueue_style() in functions.php — this file intentionally stays close to
the WordPress.org stylesheet-header requirement.
*/

/* Minimal base reset kept here so the theme still looks correct
   even if a plugin only loads style.css directly. */
body {
	background-color: #0b0b0a;
	color: #f5f3ee;
}
a {
	color: inherit;
}
