/* General */

@font-face {
  font-family: "Wahupop";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Wahupop.woff2") format("truetype");
}

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

/* Footer */

.footer {
  align-items: center;
  background: #000;
  box-sizing: border-box;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  min-height: 1.875rem;
  padding: 0.25rem 2.5rem;
  width: 100%;
}

.privacyLink,
.copyright {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
}

.privacyLink {
  transition: opacituy 0.2s ease-out;
}

.privacyLink:hover {
  opacity: 0.8;
}
