/*
Theme Name: Cosmetics Hub
Theme URI: https://example.com/cosmetics-hub
Author: Your Studio
Author URI: https://example.com
Description: A fast, original, glassmorphic database theme for browsing game cosmetic items (skins, emotes, pickaxes, gliders, wraps, bundles and more). Built mobile-first with zero jQuery, lazy-loaded imagery, AJAX filtering and full WordPress Customizer control. Not affiliated with or endorsed by Epic Games or Fortnite.
Version: 1.0.0
Requires at least: 6.4
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: cosmetics-hub
Tags: custom-colors, custom-menu, dark-mode, grid-layout, translation-ready, rtl-language-support

Cosmetics Hub is an original theme. It is inspired by the *category* of
game-cosmetics database sites (dense grids, instant filtering, per-item
detail pages) but contains no code, markup, assets, icons, or branding
copied from any existing site. Rarity colors, layout, and component design
below are original design decisions documented in DESIGN.md.
*/

/* Base resets — component styles live in assets/css/main.css so this file
   stays tiny and cacheable; WordPress requires this file to exist and to
   carry the header above. */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

img,
picture,
video {
	max-width: 100%;
	display: block;
}

a {
	color: inherit;
}
