@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:500,400,600");

@import url("https://px.animaapp.com/694fd7aec6a0b4c2b0d232e0.694fd7afc6a0b4c2b0d232e3.OaI9B3f.hcp.png");


@font-face {
  font-family: "Wanted Sans-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/WantedSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Wanted Sans-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/WantedSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Pretendard-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Pretendard-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Pretendard-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/Pretendard-Medium.otf") format("opentype");
}
@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: "Wanted Sans-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/WantedSans-Regular.ttf") format("truetype");
}


/* 
-- 에러
.screen a {
  display: contents;
  text-decoration: none;
} */

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}





* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}

button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}