@font-face
{
    font-family: YanoneKaffeesatz-SemiBold;
    src: url(assets/fonts/YanoneKaffeesatz.ttf) format('truetype');
}

html, body
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body 
{
    background-color: black;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}