/* HyperFrames — variables.css
   Shared design token placeholder.
   Core variables are defined in styles.css and auth.css respectively. */

:root {
  --ui-font: 'Pretendard', 'Inter', -apple-system, BlinkMacSystemFont, 'Noto Sans KR', sans-serif;
}

:root[lang="en"] {
  --ui-font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

:root[lang="ja"] {
  --ui-font: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
}

:root[lang="zh"] {
  --ui-font: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, sans-serif;
}
