@font-face {
  font-family: "Song Myung";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/song-myung.ttf") format("truetype");
}

.page-hero::after {
  content: "태권도";
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  top: 50%;
  right: clamp(32px, 6vw, 96px);
  transform: translateY(-50%);
  color: rgba(35, 169, 223, 0.12);
  font-family: "Song Myung", "Gungsuh", "궁서", serif;
  font-size: clamp(120px, 17.6vw, 240px);
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

.page-hero > div {
  position: relative;
  z-index: 1;
}

@media (max-width: 580px) {
  .page-hero::after {
    top: 12px;
    right: auto;
    left: 24px;
    transform: none;
    font-size: 116px;
  }
}
