/*Copyright 2023-2024, You Are Machines, All rights reserved lol*/



.videoBgWrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
.videoBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .videoBg{
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .videoBg {
    width: auto;
    height: 100%;
  }
}


/* Fonts */

@font-face {
    font-family: 'MomsTypewriter';
    src: url('/media/assets/fonts/MomsTypewriter.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chalk';
    src: url('/media/assets/fonts/Chalk.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jackwrite';
    src: url('../media/assets/fonts/Jackwrite.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LCD';
    src: url('/media/assets/fonts/LCDMono.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pixel';
    src: url('/media/assets/fonts/NotJamPixel5.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

