@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/60693578d3b852e205066f0c.6069357aeea46e9cc58d848b.HtEQg5t.hcp.png");

@font-face {
  font-family: "Pretendard-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Pretendard-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Pretendard-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Pretendard-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "Pretendard-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Pretendard-Medium.otf") format("opentype");
}

* {
  box-sizing: border-box;
}

body {
  margin: 0; /* [UPDATE] 스타일 추가 */
  background: #f7fafe !important; /* [UPDATE] 색상 수정 */
  font-family: "Pretendard-Regular";
  /* [DELETE] background-image: url(../img/bg.png); */
  background-size: cover;
}
