#hero-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.track_bg {
    height: 100%;
    width: 100%;
    background-image: url("track.png");
    background-color: #cccccc;
    background-size: cover;
    background-position: center;
}

.connect_bg {
    height: 100%;
    width: 100%;
    background-image: url("background_track.png");
    background-color: #cccccc;
    background-size: cover;
    background-position: center;
}

.sulphur-point-regular {
    font-family: "Sulphur Point", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
