@import url("https://cdn.jsdelivr.net/npm/pretendard-jp@1.3.9/dist/web/static/pretendard-jp.min.css");

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Pretendard JP", sans-serif;
  background: var(--viewport-bg);
  color: var(--text-primary);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Pretendard JP", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

.h2 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 800;
  color: var(--black-2);
}

.demo-hidden {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
