@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,700italic,300,300italic&subset=latin,latin-ext);

body {
    font-family:"Roboto","Arial",sans-serif;

}
h1,h2,h3,h4,h5,h6 {
    font-family:"Roboto","Arial",sans-serif;
    font-weight:300;
}
a {

}
header nav a {
    font-family:"Roboto","Arial",sans-serif;
    font-weight:300;
    font-size:2rem;
}

b, strong {
	/* bold font seems smaller */
	font-size:1.05em;
}