/* The page settles on Umamor 800 or its existing fallback once per load.
   A late Adobe callback cannot replace the fallback after the deadline. */
@font-face {
  font-family: 'Jalnan 2';
  src: url('../../fonts/jalnan/Jalnan2.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
.selected-preview { --font-display: 'Jalnan 2', Pretendard, sans-serif; }
.selected-preview .brand-title,
.selected-preview .menu-section .editorial-menu__title { font-family: var(--font-display); font-weight: 400; font-synthesis: none; }

/* Opacity preserves heading geometry and its accessible name. Only these
   headings wait; body copy, controls, photographs, English and no-JS stay visible. */
html[lang="ko"][data-selected-font="loading"] .selected-preview main h2,
html[lang="ko"][data-selected-font="loading"] .selected-preview .hero__umamor-title { opacity: 0; }

html[lang="ko"][data-selected-font="active"] .selected-preview { --font-display: 'umamor', Pretendard, sans-serif; }
html[lang="ko"][data-selected-font="active"] .selected-preview main h2,
html[lang="ko"][data-selected-font="active"] .selected-preview .menu-section .editorial-menu__title {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 800;
  font-synthesis: none;
}
