/* English site — extends Korean style with EN typography */
@import url('../css/style.css');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Barlow:wght@300;400;500;700&family=Bebas+Neue&display=swap');

:root {
  --font-display: 'Cormorant Garamond', 'DM Serif Display', serif;
  --font-body:    'Barlow', 'Noto Sans KR', sans-serif;
  --font-serif:   'Cormorant Garamond', serif;
}

/* EN-specific letter spacing adjustments */
.nav-logo-text .ko { font-size: 13px; }
.hero-title { font-size: clamp(40px, 6vw, 80px); }
