/*
Theme Name: NewsMath
Theme URI: https://example.com/newsmath
Author: Your Name
Author URI: https://example.com
Description: Tema portal berita classic terinspirasi dari 1tulah.com. Mendukung slider headline, breaking news ticker, multi-section kategori di homepage, sidebar populer, dan footer media network.
Version: 1.1.0
Requires PHP: 7.4
Requires at least: 5.8
Tested up to: 6.6
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newsmath
Tags: news, magazine, two-columns, right-sidebar, custom-logo, custom-menu, featured-images, theme-options, rtl-language-support

Theme untuk portal berita dengan layout klassik.
*/

/* --- GLOBAL RESET & BASE --- */
*, *::before, *::after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.65;
    color: var(--color-text);
    background: var(--color-bg);
    -webkit-font-smoothing: antialiased;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-serif);
    font-weight: 700;
    letter-spacing: -.01em;
    margin: 0 0 0.5em;
    line-height: 1.25;
    color: var(--color-text);
}
h1 { font-size: var(--h1-size); font-weight: 800; }
h2 { font-size: var(--h2-size); }
h3 { font-size: var(--h3-size); }
p {
    margin: 0 0 1em;
}
