/*
Theme Name: OtakuKart Inspired Theme
Theme URI: https://github.com/yourusername/otakukart-wp-theme
Author: Tabbit Agent
Author URI: https://github.com/yourusername
Description: A modern, highly professional, fast, and fully responsive WordPress news/magazine theme modeled after OtakuKart. Designed for Anime, Manga, Gaming, and K-Pop blogs, it features gorgeous grid overlays, eye-catching category badges, optimized reading time estimation, clean single post templates, custom sidebar widgets, and full Gutenberg support.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: otakutheme
Tags: news, blog, magazine, two-columns, grid-layout, custom-menu, featured-images, translation-ready, rtl-language-support
*/

/* Custom Theme Variables & Core Reset */
:root {
    --primary-color: #ff2a4b; /* Hot neon red/crimson */
    --primary-hover: #e01b3a;
    --dark-bg: #0d0d0d;
    --light-bg: #f8f9fa;
    --text-main: #1a1a1a;
    --text-muted: #6c757d;
    --border-color: #e9ecef;
    --card-shadow: 0 4px 20px rgba(0,0,0,0.06);
    --font-heading: 'Poppins', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
