@import url("//fonts.googleapis.com/css?family=Roboto:300italic,400italic,700italic,400,300,700");

html,body{
    font-family: Roboto, "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
}

.top-bar .name h1 a {
    font-weight: 700;
    font-size: 2em;
}