@font-face {
    font-family: BananaGrotesk;
    font-weight: 100;
    font-style: normal;
    src: url('/fonts/BananaGrotesk-Thin.woff') format("woff");
}
@font-face {
    font-family: BananaGrotesk;
    font-weight: 100;
    font-style: italic;
    src: url('/fonts/BananaGrotesk-ThinItalic.woff') format("woff");
}
@font-face {
    font-family: BananaGrotesk;
    font-weight: 300;
    font-style: normal;
    src: url('/fonts/BananaGrotesk-Light.woff') format("woff");
}
@font-face {
    font-family: BananaGrotesk;
    font-weight: 300;
    font-style: italic;
    src: url('/fonts/BananaGrotesk-LightItalic.woff') format("woff");
}
@font-face {
    font-family: BananaGrotesk;
    font-weight: 400;
    font-style: normal;
    src: url('/fonts/BananaGrotesk-Regular.woff') format("woff");
}
@font-face {
    font-family: BananaGrotesk;
    font-weight: 400;
    font-style: italic;
    src: url('/fonts/BananaGrotesk-RegularItalic.woff') format("woff");
}
@font-face {
    font-family: BananaGrotesk;
    font-weight: 600;
    font-style: normal;
    src: url('/fonts/BananaGrotesk-Semibold.woff') format("woff");
}
@font-face {
    font-family: BananaGrotesk;
    font-weight: 600;
    font-style: italic;
    src: url('/fonts/BananaGrotesk-SemiboldItalic.woff') format("woff");
}

body {
    font-family: BananaGrotesk, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden;
    padding: 0;
    background-color: #0a0a0a;
    margin: 0;
    align-content: center;
}
.green-down-background {
    background: linear-gradient(68deg,#78C6F6 -12.54%,#E7F2E6 35%,#95E7F0 80%,#C3CDEF 96%);
}
.overflow-hidden { overflow: hidden; }
.absolute { position: absolute; }
.relative { position: relative; }
.inset-0 { top:0; right:0; bottom:0; left:0 }