@font-face {
  font-family: 'IM FELL English';
  src: url('/fonts/IMFellEnglish-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'IM FELL English', serif;
}
/* Background fog video styles */
#bgfog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
  opacity: 0.5;
  pointer-events: none;
}
body > *:not(video) {
  position: relative;
  z-index: 1;
}
.content-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  padding: 2rem;
}