/*--------------- GLOBAL ---------------*/
/*custom fonts*/
.pageTitle,
.contentTitle,
.contentTitle a,
.navContainer,
.navButton,
.navContent li .button,
.blockInnerContent .button,
.itemInnerContent .button,
button, .button, input[type=submit] {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
}
.blockInnerContent,
.itemInnerContent,
.blockInnerContent a,
.itemInnerContent a {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
}