/*
Theme Name: Teen Tone
Theme URI: https://teentone.am
Author: Teen Tone
Author URI: https://teentone.am
Description: Official WordPress theme for Teen Tone — Armenia's first multichannel media platform about teens and for teens. Bold, angular, red-and-black design built around the Teen Tone brandbook.
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: teentone
Tags: blog, entertainment, one-column, two-columns, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Teen Tone WordPress Theme, (C) 2026 Teen Tone
Teen Tone is distributed under the terms of the GNU GPL v2 or later.
*/

/*
Base reset — main visual styling lives in assets/css/style.css
This file intentionally stays minimal per WP theme requirements.
*/

html {
	box-sizing: border-box;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
body {
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
}
