/*
Theme Name: IKOAT 2027 Luxury Theme
Theme URI: https://ikoat.com
Author: IKOAT Dev Team
Author URI: https://ikoat.com
Description: Dedicated Luxury Navy & Gold Theme for IKOAT (International Korean Academy of Obesity & Aesthetic Treatment) Congress 2027.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
Text Domain: ikoat
*/

:root {
  --primary-navy: #0A192F;
  --primary-navy-dark: #07101E;
  --primary-navy-light: #112240;
  --primary-navy-card: #162B4D;
  --primary-navy-soft: #1E3A5F;
  
  --primary-gold: #C5924A;
  --primary-gold-hover: #D4AF37;
  --primary-gold-light: #DFB15B;
  --primary-gold-gradient: linear-gradient(135deg, #DFB15B 0%, #C5924A 50%, #A97835 100%);
  --primary-gold-soft: rgba(197, 146, 74, 0.15);
  --primary-gold-border: rgba(197, 146, 74, 0.35);

  --text-light: #F8F9FA;
  --text-muted: #94A3B8;
  --text-dark: #0F172A;
  --text-body: #334155;
  --bg-light: #F8FAFC;
  --bg-white: #FFFFFF;
  --border-light: #E2E8F0;

  --font-serif: 'Playfair Display', 'Cinzel', Georgia, serif;
  --font-sans: 'Montserrat', 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --shadow-gold: 0 10px 25px -5px rgba(197, 146, 74, 0.25);
  --shadow-navy: 0 20px 30px -10px rgba(7, 16, 30, 0.5);
}
