@keyframes story-ink{0%{color:var(--color-text-tertiary)}to{color:var(--color-text-primary)}}@media (prefers-reduced-motion:no-preference){@supports (animation-timeline:view()){[data-story] .story-line{animation:linear both story-ink;animation-timeline:view();animation-range:entry 20% cover 35%}}@media (min-width:64rem){@supports (animation-timeline:view()){[data-story] .story-line{animation:none}[data-story] .story-word{animation:linear both story-ink;animation-timeline:view();animation-range:cover 22% cover 42%}}}[data-story-fallback] .story-line{color:var(--color-text-tertiary);transition:color var(--duration-slower) var(--ease-out)}[data-story-fallback] .story-line[data-lit]{color:var(--color-text-primary)}}
