/*
Theme Name: MovieFlix
Theme URI: https://example.com/movieflix
Author: Custom Theme
Author URI: https://example.com
Description: A modern, fast Movie & TV Series information theme powered by the TMDB API. Displays movie/series metadata, cast, crew, ratings, seasons, episodes, and lets you embed your own promotional trailers/videos via a built-in Watch Player. Not intended for streaming or hosting copyrighted film/episode content.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.2
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: movieflix
*/

/* Base variables are in assets/css/theme.css - this file only needs the header above for WordPress to recognize the theme, plus a minimal reset. */

* { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
