/*
Theme Name: Release - News & Press Release Portal
Theme URI: https://release.co.id
Author: Yanuar
Author URI: https://release.co.id
Description: Tema WordPress profesional, modern, dan kredibel untuk portal berita dan publikasi press release. Dilengkapi dengan layout editorial newsroom, typography Playfair Display & Inter, highlight statistik, showcase portofolio publikasi, paket harga, dan integrasi kustomisasi penuh melalui WordPress Customizer.
Version: 1.0.5
Requires at least: 5.8
Tested up to: 6.9.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: release-news
Tags: news, blog, newspaper, press-release, modern, clean, two-columns, custom-header, custom-menu, featured-images, translation-ready, theme-options

Release - News & Press Release Portal WordPress Theme, Copyright 2026
Release is distributed under the terms of the GNU GPL
*/

/* Reset & Root Variables */
:root {
  --color-primary: #111111;
  --color-secondary: #222222;
  --color-dark: #111111;
  --color-charcoal: #333333;
  --color-muted: #666666;
  --color-light-gray: #f5f5f5;
  --color-border: #e5e5e5;
  --color-border-light: #f0f0f0;
  --color-white: #ffffff;
  --color-accent: #e31837;
  --color-accent-hover: #c4122d;
  --color-accent-light: #fdf2f4;
  
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  
  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s ease;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-pill: 9999px;
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.12);
}
