* {
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
}
html,
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    box-sizing: border-box;
}
p {
    font-size: 1.35rem;
    line-height: 1.65rem;
}
b, strong {
    font-weight: 400;
}

#contact-module,
#contact-module input,
#contact-module textarea {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}