@font-face { font-family: Neue Haas; src: url("/assets/fonts/neuehaasgrotdispround-65medium-trial.otf");font-weight: bold; }

body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #d9d9d9;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
}

.video_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.content_section{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
}


.cf {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
}