@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/PretendardVariable.woff2') format('woff2-variations');
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--font); font-size: var(--fs-body); line-height: var(--lh-body);
  color: var(--ink-900); background: var(--bg); word-break: keep-all; -webkit-font-smoothing: antialiased;
}
body.is-app { background: var(--bg-page); }
h1, h2, h3, h4 { margin: 0; line-height: 1.3; color: var(--ink-900); font-weight: 700; letter-spacing: -.01em; }
h1 { font-size: 22px; } h2 { font-size: 15px; font-weight: 600; } h3 { font-size: 15px; font-weight: 600; } h4 { font-size: 14px; font-weight: 600; }
p { margin: 0; }
p + p { margin-top: var(--space-3); }
a { color: var(--primary-700); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
ul, ol { margin: 0; padding-left: 1.2em; }
table { border-collapse: collapse; }
:focus-visible { outline: none; box-shadow: var(--focus); border-radius: var(--radius-sm); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: var(--space-3); top: -48px; background: var(--primary); color: #fff; padding: var(--space-2) var(--space-3); border-radius: var(--radius-sm); z-index: 100; }
.skip-link:focus { top: var(--space-3); }
.js .js-hide { display: none !important; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: 0ms !important; animation-duration: 0ms !important; scroll-behavior: auto !important; }
}
