
@font-face {
  font-family: "SF Display";
  font-weight: 200;
  src: url("/fonts/SF-UI-Display-Light.otf");
}
@font-face {
  font-family: "SF Display";
  font-weight: 400;
  src: url("/fonts/SF-UI-Text-Regular.otf");
}
@font-face {
  font-family: "SF Display";
  font-weight: 500;
  src: url("/fonts/SF-UI-Display-Medium.otf");
}
@font-face {
  font-family: "SF Display";
  font-weight: 600;
  src: url("/fonts/SF-UI-Display-Bold.otf");
}
@font-face {
  font-family: "SF Display";
  font-weight: 800;
  src: url("/fonts/SF-UI-Display-Heavy.otf");
}

@font-face {
  font-family: "SF Display Rounded";
  font-weight: 200;
  src: url("/fonts/SF-Pro-Rounded-Light.otf");
}

@font-face {
  font-family: "SF Display Rounded";
  font-weight: 400;
  src: url("/fonts/SF-Pro-Rounded-Regular.otf");
}

@font-face {
  font-family: "SF Display Rounded";
  font-weight: 500;
  src: url("/fonts/SF-Pro-Rounded-Medium.otf");
}

@font-face {
  font-family: "SF Display Rounded";
  font-weight: 600;
  src: url("/fonts/SF-Pro-Rounded-Bold.otf");
}

@font-face {
  font-family: "SF Display Rounded";
  font-weight: 800;
  src: url("/fonts/SF-Pro-Rounded-Heavy.otf");
}


body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: black;
  display: flex;
  flex-direction: column;
}

#videoContainer {
  position: relative;
  width: 1080px;
  height: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

video, iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: pixelated;
}


#textOverlay, #subtitle {
  position: absolute;
  bottom: 40px;
  left: 0;
  text-align: center;
  color: white;
  font-family: "SF Display";
  font-size: 33px;
  z-index: 100;
  padding: 0 80px;
  right: 0;
}

#dateDisplay { 
  position: absolute;
  top: 160px;
  right: 20px;
  color: white;
  font-family: "SF Display";
  font-size: 48px;
  z-index: 100;
  left: 20px;
  text-align: center;
  letter-spacing: -2px;
  z-index: 2000;
}

#dateDisplay {
  position: absolute;
  top: 160px;
  right: 20px;
  color: white;
  font-family: "SF Display";
  font-size: 50px;
  z-index: 100;
  left: 20px;
  text-align: center;
  letter-spacing: -2.5px;
}


/* #timeDisplay { old mono
  top: 189px;
right: 20px;
color: white;
font-family: monospace;
font-size: 188px;
z-index: 100;
left: 20px;
text-align: center;
letter-spacing: -2px;
font-weight: bold;
z-index: 20000;
position: absolute;
} */

#timeDisplay {
  top: 189px;
  right: 20px;
  color: white;
  font-family: "SF Display Rounded";
  font-size: 250px;
  z-index: 100;
  left: 20px;
  text-align: center;
  letter-spacing: -9px;
  font-weight: bold;
  z-index: 20000;
  position: absolute;
  font-weight: 500;
}

#screensaver {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  display: none;
  z-index: 200;
}

#startOverlay {
z-index: 30000;
position: relative;
}