body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
}

body,
html {
  width: 100%;
  background: rgba(43, 41, 40, 1);
  min-height: 100vh;
  overscroll-behavior: none;
}

button {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  user-select: none;
}

/* 모든 요소에 대해 적용하려면 */
* {
  -webkit-tap-highlight-color: transparent;
}

* {
  box-sizing: border-box;
  font-family: Noto Sans KR, sans-serif;
}

#root {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

img {
  max-width: 100%;
}

/* Firefox에서 스크롤바 숨기기 */
* {
  scrollbar-width: none; /* 전체 스크롤바 너비를 'none'으로 설정 */
}

body {
  -ms-overflow-style: none;
}
::-webkit-scrollbar {
  display: none;
}

@font-face {
  src: url(./GmarketSansMedium.woff2) format(woff);
  font-family: 'GmarketSans';
  font-weight: 500;
}

@font-face {
  src: url(./GmarketSansBold.woff2) format(woff);
  font-family: 'GmarketSans';
  font-weight: 800;
}
