/* ============================================================
   reset.css — 리셋/베이스
   OFIT SOLUTION · Figma 시안 기반 퍼블리싱
   ============================================================ */
@font-face {
  font-family: "Pretendard Variable";
  src: url("../fonts/PretendardVariable.woff2") format("woff2-variations");
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; background: #000; }

body {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
    system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
    "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #111111;
  background: #ffffff;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
  max-width: 1920px;
  margin-inline: auto;
}

h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; }
ul, ol { list-style: none; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; height: auto; }
button {
  font: inherit; color: inherit; background: none; border: 0; cursor: pointer;
}
input, textarea, select { font: inherit; color: inherit; }
address, em, i { font-style: normal; }
table { border-collapse: collapse; width: 100%; }

:focus-visible { outline: 2px solid #4fd6ff; outline-offset: 2px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}
