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

* {
    user-select: none;
    font-family: 'DaysOne'
}

body {
    overflow: hidden;
}

div {
    perspective: 100vh;
}