/*
Theme Name: WP Daily Jharkhand
Theme URI: https://wpdailyjharkhand.com
Author: WP Daily Jharkhand
Author URI: https://wpdailyjharkhand.com
Description: A professional newspaper theme for WP Daily Jharkhand, built as a child theme of GeneratePress. Features a modern news layout with breaking news ticker, category-based post grids, hero sections, and dark navigation/footer.
Template: generatepress
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
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: wp-daily-jharkhand
Tags: news, magazine, newspaper, blog, right-sidebar, custom-header, custom-menu, featured-images, theme-options, translation-ready
*/

/* ===== CSS Custom Properties (Theme Colors) ===== */
:root {
    --background: #f0f2f5;
    --background-1: #ffffff;
    --text-1: #1a1a2e;
    --text-2: #6c757d;
    --link-text: #1a73e8;
    --color-background: #1a1a2e;
    --color-background-hover: #e63946;
    --border-color: #e8e8e8;
    --accent-color: #1a73e8;
    --accent-hover: #1557b0;
    --nav-bg: #1a1a2e;
    --nav-text: #ffffff;
    --footer-bg: #1a1a2e;
    --footer-text: #b0b3b8;
    --card-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    --card-shadow-hover: 0 8px 25px rgba(0, 0, 0, 0.15);
    --ticker-bg: #e63946;
    --ticker-text: #ffffff;
    --section-header-accent: #e63946;
    --category-badge: #1a73e8;
    --transition-fast: 0.2s ease;
    --transition-smooth: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
}
