* {
    box-sizing:                         border-box;
    margin: 						    0;
    padding: 						    0;
}

html, body {
    font-family:                        'Roboto', sans-serif;
    font-size:                          14px;
    font-weight:                        300;
    color:                              #FFFFFF;
    background:                         #000000;
    -webkit-font-smoothing:             antialiased;
}

.no-select {
}
