/*
Theme Name: Newsify
Theme URI: https://example.com/newsify
Author: Newsify Team
Author URI: https://example.com
Description: A premium, modern, fully customizable WordPress news & magazine theme. Built for speed, SEO, AdSense monetization and editorial workflows. Compatible with Gutenberg, WPML, Polylang, Yoast SEO, Rank Math and All in One SEO.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
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: newsify
Tags: news, magazine, blog, two-columns, three-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, dark-mode, translation-ready, rtl-language-support, threaded-comments, sticky-post, theme-options, editor-style, featured-images, full-width-template

Newsify is a from-scratch, original WordPress theme. It is not a child theme of
and does not contain any code copied from Jannah, Newspaper, Newsmag or any
other commercial theme. All CSS classes, PHP class names and file structure
are original to this project.
*/

/* -------------------------------------------------------------------------
   Minimal base reset. The full design system lives in assets/css/main.css
   and is loaded via wp_enqueue_style() in inc/class-enqueue.php so that
   browsers can cache it separately and so Customizer live-preview can
   inject dynamic CSS variables without touching this required file.
   ------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; }
