/*
Theme Name: WallpaperHub
Theme URI: https://wallpaperhub.com
Author: WallpaperHub Team
Author URI: https://wallpaperhub.com
Description: A modern wallpaper gallery theme with AJAX search, custom post types, and extensive customization options. Features include category filtering, light/dark mode, responsive design, and customizable colors and branding.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
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: wallpaperhub
Tags: wallpapers, gallery, ajax, custom-post-type, dark-mode, responsive

This theme is built for displaying and managing wallpaper collections with advanced filtering and search capabilities.
*/

/*
 * This theme uses external stylesheets loaded via functions.php
 * Main styling is handled by Tailwind CSS and custom CSS files
 */

html {
    width: 100vw;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Display', sans-serif;
    margin: 0;
    padding: 0;
}
