@charset "utf-8";
html {
font-size : 10px;
}
body {
font-family : "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size : 14px;
line-height : 1.42857143;
color : #333;
background-color : #fff;
}

html {
font-size : 100%;
overflow-y : auto;
}
html, body {
border : 0;
margin : 0;
height : 100%;
min-height : 100%;
}

body {
color : #1e1e1e;
font : 13px/1.231 arial, helvetica, sans-serif;
background : #f5f5f5;
}
body {
font-family : 'roboto', sans-serif;
font-size : 2vmin;
line-height : 1.65;
color : rgba(255, 255, 255, 0.5);
background-color : #272727;
margin : 0;
letter-spacing : 0.1px;
}

*, :after, :before {
box-sizing : border-box;
}

* {
margin : 0;
padding : 0;
}
img {
border : none;
}