@import url("./reset.css");
@import url("./fonts.css");

:root {
  --max-width: 1440px;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
}

body * {
  font-family: "Pretendard";
}

a {
  text-decoration: none;
  color: inherit;
}
