@keyframes fade-in {
    from {
        opacity: 0%;
    }
    to {
        opacity: 100%;
    }
}

.fadeIn {
    animation-name: fade-in;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

span#react {
    opacity: 0%;
}

body {
    margin: 0em;
}

@font-face {
    font-family: LemonMilk;
    src: url(/6b5146b044c183e87b4e.woff);
}

@font-face {
    font-family: Abduction;
    src: url(/4cb5628fc42d26760334.woff2);
}

@font-face {
    font-family: OpenDisplay;
    src: url(/d8a698bab078ba35c8a2.woff2);
}

