/* Hangul-range fallback: theme fonts lack Korean glyphs. */
@font-face {
  font-family: 'Zalando Sans';
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
  src: url('/assets/PretendardVariable.woff2') format('woff2-variations');
  unicode-range: U+1100-11FF, U+3130-318F, U+A960-A97F, U+AC00-D7A3, U+D7B0-D7FF;
}
@font-face {
  font-family: 'Source Serif Pro';
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
  src: url('/assets/PretendardVariable.woff2') format('woff2-variations');
  unicode-range: U+1100-11FF, U+3130-318F, U+A960-A97F, U+AC00-D7A3, U+D7B0-D7FF;
}
html[lang='ko'] body { word-break: keep-all; }
