@font-face
{
    font-family: Figtree;
    src: url(../fonts/Figtree/Figtree-Regular.ttf) format('truetype');
}

:root{
    --director-primary: #000000;
    --director-secondary: #141414;
    --director-dark: #1C1C1C;
    --director-lighter: #222222;
    --director-light: #272727;
    --director-button-primary: #DF2C48;
    --director-font-primary: white;
    --director-dark-green: #13352D;
}

html,
body
{
    height: 100%;
    position: relative;
}

html
{
    font-size: 0.54028vw;
}
body
{
    background-color: #000000;
    margin: 0;
    font-family: Figtree, sans-serif;
    font-size: 1.6rem;
}
html
{
    background-color: #000000;
}
body
{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: #000000;
    color: #ffffff;
}
@media screen and (max-width: 1920px){
    html
    {
        font-size: 0.520833vw;
        height: 100vh;
        width: 100vw;
    }
}

@media screen and (min-width: 1920px){
    html
    {
        font-size: 9.999936px;
        width:  1920px;
        max-width: 1920px;
    }
}
.main-body-container
{
    color: #ffffff;
    width: 100vw;
    height: 100vh;
    display: none;
    position: relative;
}

[src=''] {
    visibility: hidden;
}
