/*
Theme Name: Hakuna TV
Theme URI: https://hakuna-tv.de/
Author: Hakuna TV
Author URI: https://hakuna-tv.de/
Description: Premium dark WordPress theme for Hakuna TV. A token-driven design system for a modern streaming brand, built for Elementor Pro and Rank Math, with performance, accessibility and German-language content as first-class concerns.
Version: 1.0.0
Requires at least: 6.0
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: hakuna-tv
Tags: dark, custom-colors, custom-logo, custom-menu, featured-images, translation-ready, block-styles, wide-blocks, one-column, full-width-template, accessibility-ready

This stylesheet carries only the WordPress theme header and a box-sizing
reset. The entire design system lives in assets/css/design-system.css and is
loaded via wp_enqueue_style() so it stays cacheable, versioned and out of the
admin theme-editor. See docs/DESIGN-SYSTEM.md for the token reference.
*/

html {
	box-sizing: border-box;
}

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

body {
	margin: 0;
}
