@tailwind base; @tailwind components; @tailwind utilities; * { box-sizing: border-box; } body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #030712; color: #f9fafb; } /* 영상이 컨테이너를 비율 유지하며 꽉 채움(사이니지 fill, 넘침만 크롭) */ .video-js.vjs-fill, .video-js .vjs-tech { object-fit: cover; }