/*
Theme Name: WebWafa News
Theme URI: https://webwafa.com/webwafa-news
Author: Wafa Fadilah
Author URI: https://webwafa.com
Description: Portal berita cepat, ringan, responsive mobile-first, & SEO friendly.
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: webwafa-news
Tags: news, blog, grid-layout, custom-background, custom-colors, custom-logo, custom-menu, featured-images, flexible-header, post-formats, footer-widgets, right-sidebar, translation-ready, dark-mode, mobile-first

All custom styles are compiled modern style, Detik-style news layout.
*/

/* Reset & CSS variables */
:root {
    --primary-color: #e11d48;
    --accent-color: #1e293b;
    --bg-light: #f8fafc;
    --bg-dark: #0f172a;
    --card-light: #ffffff;
    --card-dark: #1e293b;
    --text-light: #1e293b;
    --text-dark: #f1f5f9;
    --border-light: #e2e8f0;
    --border-dark: #334155;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-light);
    color: var(--text-light);
    margin: 0;
    padding: 0;
    line-height: 1.6;
    transition: background-color 0.3s, color 0.3s;
}

/* Core WordPress Alignments */
.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; margin: 0 20px 20px 0; }
.alignright { float: right; margin: 0 0 20px 20px; }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 100%; padding: 5px; text-align: center; }
.wp-caption-text { font-size: 0.85em; color: #666; margin: 5px 0 0; }
