@import url("./font-face.css");

* {
  margin: 0;
  padding: 0;
}
html,
body,
input,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Pretendard";
  color: #0e1e31;
}
a {
  color: #0e1e31;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
li {
  list-style: none;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  text-align: left;
}
img {
  line-height: 1;
  margin: 0;
  padding: 0;
}

/* scrollbar css */

/* width */
::-webkit-scrollbar {
  width: 6px;
  background-color: #e9dfff;
  transform: translate(10px);
}

/* Track */
::-webkit-scrollbar-track {
  display: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 100px;
}
/* scrollbar css */
