body {
    font-family: var(--font-sans);
    background-color: #eeebe4;
    background-image: url('/img/bg.png');
    background-repeat: repeat;
}

body::before {
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    width: 100%;
    height: 100%;
    background-image: url('/img/noise.svg');
    background-repeat: no-repeat;
    background-size: 50%;
    opacity: .2;
    z-index: -1;
}

.h1-hidden {
    font-size: 1px;
    display: none;
}

@font-face {
    font-family: 'JavaBrush';
    src: url('/fonts/JavaBrush.ttf');
}

.font-java-brush {
    font-family: 'JavaBrush';
}
