/*
Theme Name: Portal Berita
Theme URI: https://jwebsiteku.com/portal-berita
Author: Jasa Websiteku
Author URI: https://jwebsiteku.com
Description: Theme WordPress custom bergaya portal berita (ala Kompas.com). Dilengkapi hero section, kategori berwarna, related articles, dan pagination otomatis untuk artikel panjang.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: portal-berita
Tags: news, blog, grid-layout, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready

Portal Berita is a custom-built WordPress theme designed for online news publications.
*/

/* Reset dasar - detail styling ada di css/main.css (di-enqueue lewat functions.php) */
* { box-sizing: border-box; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; margin: 0; padding: 0; }
