/*
 Theme Name:   IPHS Modern
 Theme URI:    https://iphs.org.tr
 Description:  A modern, premium child theme for IPHS
 Author:       IPHS Dev Team
 Template:     oceanwp
 Version:      2.0.0
 Text Domain:  iphs-theme
*/

:root {
  --iphs-navy: #1B2A4A;
  --iphs-navy-light: #2A3F6B;
  --iphs-navy-dark: #0F1A30;
  --iphs-red: #C41E3A;
  --iphs-red-light: #E23350;
  --iphs-red-dark: #9B1830;
  --iphs-gold: #D4A843;
  --iphs-gold-light: #E8C56A;
  --iphs-teal: #2AA5A0;
  --iphs-white: #FFFFFF;
  --iphs-off-white: #F7F8FC;
  --iphs-gray-50: #F8FAFC;
  --iphs-gray-100: #F1F5F9;
  --iphs-gray-200: #E2E8F0;
  --iphs-gray-300: #CBD5E1;
  --iphs-gray-400: #94A3B8;
  --iphs-gray-500: #64748B;
  --iphs-gray-600: #475569;
  --iphs-gray-700: #334155;
  --iphs-gray-800: #1E293B;
  --iphs-gray-900: #0F172A;
  --iphs-font-primary: 'Inter', 'Noto Sans Arabic', -apple-system, BlinkMacSystemFont, sans-serif;
  --iphs-font-heading: 'Inter', 'Noto Sans Arabic', sans-serif;
  --iphs-radius-sm: 8px;
  --iphs-radius-md: 12px;
  --iphs-radius-lg: 20px;
  --iphs-radius-xl: 28px;
  --iphs-shadow-sm: 0 1px 3px rgba(27,42,74,0.06);
  --iphs-shadow-md: 0 4px 16px rgba(27,42,74,0.08);
  --iphs-shadow-lg: 0 8px 32px rgba(27,42,74,0.12);
  --iphs-shadow-xl: 0 16px 48px rgba(27,42,74,0.16);
  --iphs-shadow-glow: 0 0 24px rgba(196,30,58,0.2);
  --iphs-gradient-navy: linear-gradient(135deg, #1B2A4A 0%, #2A3F6B 100%);
  --iphs-gradient-red: linear-gradient(135deg, #C41E3A 0%, #E23350 100%);
  --iphs-gradient-hero: linear-gradient(135deg, #0F1A30 0%, #1B2A4A 50%, #2A3F6B 100%);
  --iphs-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --iphs-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}