@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/Helvetic-Neue-Condensed-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}
html {
    height: 100%;
    overflow: hidden;
}

body{
    background-color: #ffffff;;
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: 'HelveticaNeue', normal, sans-serif !important;
}

input:focus {outline:0;}
button:focus {outline:0;}

.unselect {
    opacity: 0.4;
}