/*
Theme Name: İskilip Manşet Haber Teması
Theme URI: https://example.com/haber-tema
Author: S.y.
Author URI: https://example.com
Description: Modern ve hızlı WordPress haber teması başlangıç şablonu.
Version: 0.1.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: haber-tema
Tags: news, magazine, blog, responsive, accessibility-ready
*/

/* Root stylesheet WordPress tarafından otomatik yüklenecektir. 
   Asıl stiller assets/css/main.css içinde tutulur. */

/* Basit reset ve temel tipografi */
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color: #111; background: #fff; }
a { color: #0b5fff; text-decoration: none; }
a:hover { text-decoration: underline; }


