/*
Theme Name: JawaPress
Theme URI: https://gig.web.id
Author: Rifan Muazin / Gig Web ID
Author URI: https://gig.web.id
Description: Tema WordPress portal berita modern klon JawaPos.com, responsif desktop dan mobile dengan kustomisasi layout, warna, dan fitur berita lengkap.
Version: 1.2.3
Tested up to: 6.7
Requires at least: 5.8
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: jawapress
Tags: news, blog, two-columns, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, flexible-header, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready
*/

:root {
  --color-primary: #2563eb;
  --color-primary-dark: #1d4ed8;
  --color-primary-light: #3b82f6;
  --color-accent: #e30613;
  --color-text-main: #1f2937;
  --color-text-muted: #6b7280;
  --color-bg-main: #ffffff;
  --color-bg-card: #ffffff;
  --color-border: #e5e7eb;
  --header-max-width: 1100px;
  --main-max-width: 1100px;
  --sidebar-width: 320px;
  --footer-max-width: 1100px;
  --logo-desktop-width: 275px;
  --logo-mobile-width: 210px;
  --font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

html.dark {
  --color-text-main: #f3f4f6;
  --color-text-muted: #9ca3af;
  --color-bg-main: #09090b;
  --color-bg-card: #18181b;
  --color-border: #27272a;
}
