/*
Theme Name: Lunafitch Themes
Theme URI: https://lunafitch.example/
Author: LF Group
Author URI: https://lunafitch.example/
Description: Tema berita/magazine profesional multi-penulis berbasis Classic Theme + Customizer. Mendukung unlimited header views, banner manager (5 banner x 15 posisi), 9 widget areas, 13 custom widgets, 5 post formats, separated sidebars, unlimited color, Google Fonts, dan kompatibilitas CF7/MC4WP/Q2W3/Instagram Slider/WooCommerce. Nama sementara: lunafitch-themes (akan diperbarui sebelum rilis).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lunafitch-themes
Tags: news, blog, two-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-logo, custom-menu, featured-images, post-formats, sticky-post, threaded-comments, translation-ready, footer-widgets, full-width-template
*/

/* ==========================================================================
   Catatan: style.css ini hanya berisi HEADER tema + reset minimal.
   Style utama dimuat dari assets/css/main.css & responsive.css (enqueue di functions.php)
   agar struktur ringan (#15) & terorganisir.
   ========================================================================== */

/* Reset & box-sizing dasar */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; }

/* Accessibility: skip link & screen-reader-text (standar WordPress) */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
