/**
 * Our Story·인터루드 다크 UI 토큰 (SPA wedding-body-colors.css 발췌)
 */
.our-stroy,
.hourglass-flash-overlay {
  --color-text-on-contrast: #fff;
  --color-text-on-contrast-muted: rgb(255 255 255 / 0.82);
  font-family: var(--serif, "Noto Serif KR", "Apple SD Gothic Neo", serif);
}

.our-stroy .hero-audio-hint__wave-track {
  --audio-wave-rgb: 255, 255, 255;
}

.our-stroy__hourglass-mount {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
