/* Optional tweaks to complement Tailwind */

/* Improve focus states for accessibility */
:where(a, button, select) {
  outline-color: rgb(59 130 246 / 0.7); /* blue-500 */
  outline-offset: 2px;
}

/* Media elements rounding */
video, audio {
  border-radius: 0.75rem; /* rounded-xl */
  background: #fff;
  box-shadow: 0 8px 16px rgba(0,0,0,0.06);
}

/* Work-specific scene and flip styles have been moved to work_story.css */

/* Single-card styles removed from shared stylesheet. Work-specific CSS lives in assets/work_story.css */

