@font-face {
    font-family: 'Oakes Grotesk';
    font-weight: 300;
    font-style: normal;
    src: url('../assets/fonts/OakesGrotesk-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Oakes Grotesk';
    font-weight: 400;
    font-style: normal;
    src: url('../assets/fonts/OakesGrotesk-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Oakes Grotesk';
    font-weight: 500;
    font-style: normal;
    src: url('../assets/fonts/Oakes Grotesk Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Oakes Grotesk';
    font-weight: 600;
    font-style: normal;
    src: url('../assets/fonts/OakesGrotesk-Semi-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Oakes Grotesk';
    font-weight: 700;
    font-style: normal;
    src: url('../assets/fonts/Oakes Grotesk Bold.ttf') format('truetype');
}

body {
    background-color: black;
}

.main {
    width: 100%;
    overflow-x: hidden;
}

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