/*
Theme Name: Lumina Gold
Theme URI: https://github.com/syahriel/lumina-gold
Author: Syahriel Andika
Author URI: https://github.com/syahriel
Description: Tema WordPress modern, elegan, dan dinamis dengan kombinasi gradien kuning keemasan, amber hangat, dan sunset coral. Dilengkapi dengan glassmorphism, animasi interaktif, responsif penuh di semua perangkat, serta optimasi performa tinggi.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
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: lumina-gold
Tags: custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, blog, responsive
*/

/* 
 * Style inti tema dimuat melalui assets/css/theme-style.css 
 * File ini menyediakan variabel global dan fallback reset standar WordPress.
 */
:root {
  --color-primary: #f59e0b;
  --color-primary-light: #fef08a;
  --color-primary-glow: #fbbf24;
  --color-secondary: #ff7a00;
  --color-accent: #ff4500;
  --color-bg-dark: #0b0f19;
  --color-bg-card: #131b2e;
  --color-text-main: #0f172a;
  --color-text-muted: #64748b;
  --color-white: #ffffff;
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  --gradient-gold: linear-gradient(135deg, #ffc107 0%, #ff8c00 50%, #ff3e3e 100%);
  --gradient-gold-soft: linear-gradient(135deg, #fffbeb 0%, #fef3c7 50%, #fde68a 100%);
  --gradient-dark-glass: linear-gradient(180deg, rgba(15, 23, 42, 0.88) 0%, rgba(11, 15, 25, 0.95) 100%);
  --shadow-glow: 0 10px 25px -5px rgba(245, 158, 11, 0.35);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  --transition-smooth: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
