/*
Theme Name: GameDeck
Theme URI: https://example.com/gamedeck
Author: Your Studio
Author URI: https://example.com
Description: A lightweight, premium gaming / app-download WordPress theme. Built with clean PHP, HTML, CSS and minimal vanilla JavaScript. No page builder required — every section is editable from the WordPress Customizer.
Version: 1.1.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: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gamedeck
Tags: one-column, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This is the required WordPress stylesheet header.
All actual visual styling is loaded from /assets/css/main.css (see functions.php)
so the theme stays easy to scan, edit and keep lightweight.
*/

/* A tiny safety-net reset in case main.css fails to load for any reason */
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; display: block; }
