/*
Theme Name: Animezia
Theme URI: https://golemwp.com/animezia
Author: Golem WP
Author URI: https://golemwp.com
Description: Animezia is a premium dark-mode anime theme for anime databases, streaming sites, blogs and episode-countdown sites. It is a pure presentation layer — all anime data, episodes, streaming and countdowns are supplied by companion plugins (Anime Counter Pro & Anime Stream). The theme handles design, layout, templates, customization and advertisement placement only.
Version: 1.0.1
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: animezia
Tags: entertainment, blog, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, full-width-template, footer-widgets, sticky-post, theme-options, rtl-language-support
*/

/*
 * NOTE: This file is required by WordPress for the theme header only.
 * The full design system lives in assets/css/animezia.css and is enqueued
 * from inc/enqueue.php, together with the dynamic CSS variables generated
 * from the Customizer (see inc/customizer.php → animezia_dynamic_css()).
 * Nothing here is hardcoded design — everything is driven by CSS variables.
 */

/* Minimal safety base so the login/embed contexts that only load style.css
   still get a sane dark canvas. */
:root {
    --az-primary: #7c5cff;
    --az-bg: #070a12;
    --az-text: #e6e9f2;
}
body {
    margin: 0;
    background: var(--az-bg);
    color: var(--az-text);
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
