@font-face {
    font-family: "MTS Wide";
    src: url("assets/fonts/MTSWide-Bold.woff2") format('woff2'),
    url("assets/fonts/MTSWide-Bold.woff") format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
}

body {
    width: 100vw;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #0F0F0F;
}

h1 {
    font-family: MTS Wide, sans-serif;
    font-weight: 700;
    font-size: 4vw;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    margin-left: 5.6vw;
    max-width: 50%;
}

img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1024px){
    h1 {
        font-size: 6vw;
    }
}

@media screen and (max-width: 480px){
    h1 {
        font-size: 8vw;
    }
}
