/*
Theme Name: Forward Memory
Author: unavoided
Version: 1.1
Text Domain: forward memory
*/
 html, body {
  height: 100%;
  margin: 0;
  background: #000;
  overflow: hidden;
}

/* Full-screen background video */
.bg-video {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills screen, crops edges */
  z-index: 4;
}

/* Fallback background image if video can't load */
body {
  background: #000 url("poster.jpg") center/cover no-repeat;
}