/*
Theme Name: Tunesl Pro Theme
Theme URI: https://tunesloaded.com/
Author: Tunesloaded
Author URI: https://tunesloaded.com/
Description: A premium 2026 WordPress music magazine theme built for music discovery, editorial content, streaming embeds, artist archives and modern publishing. Fully modular, translation ready and built with WordPress Coding Standards.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tunesl-pro
Tags: music, magazine, blog, news, one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, sticky-post, threaded-comments, translation-ready, dark-mode, accessibility-ready

Tunesl Pro Theme is a premium WordPress music magazine theme.
All CSS lives in /assets/css/ and is enqueued via functions.php.
This file exists to satisfy WordPress theme header requirements
and to hold the minimal base reset that must load before anything else.
*/

/* Minimal safety reset — full design system lives in assets/css/main.css */
*,
*::before,
*::after {
	box-sizing: border-box;
}

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

body {
	margin: 0;
}

img,
svg,
video {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
}

button,
input,
select,
textarea {
	font: inherit;
	color: inherit;
}
