@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
  /* viewport-fit=cover와 함께 사용 */
  min-height: calc(var(--vh, 1vh) * 100);
  min-height: -webkit-fill-available;
  /* Safe area 지원 */
  padding: 0;
  /* iOS Safari를 위한 추가 지원 */
  -webkit-text-size-adjust: 100%;
  /* 스크롤 바운싱 효과 제거 */
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
}

/* Safe Area가 지원되는 경우에만 스크롤 비활성화 */
@supports (padding-top: env(safe-area-inset-top)) {
  html,
  body {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

@font-face {
  font-family: "Gotham Black-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/604751d1cad0de7ec2222754/fonts/gotham-black.ttf")
    format("truetype");
}

@font-face {
  font-family: "Pretendard-Light";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/67616c3af382bd2c4698df42/fonts/pretendard-light.otf")
    format("opentype");
}

@font-face {
  font-family: "Gotham Book-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/66200d774e667735e5a699ba/fonts/gotham-book-5936573975d0c_0.otf")
    format("opentype");
}

@font-face {
  font-family: "Gotham Bold-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/64a18089f908d9ef35287ee3/fonts/gotham-bold-regular.ttf")
    format("truetype");
}

@font-face {
  font-family: "Gotham Medium-Regular";
  src: url("https://anima-uploads.s3.amazonaws.com/projects/642676004c157643574565e4/fonts/gotham-medium.otf")
    format("opentype");
}
