@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'),local('Roboto'),url(https://fonts.googleapis.com/css2?family=Roboto&display=swap)
}

html, body, h1, h2, h3, h4, h5, h6, .wiki-content, #main .wiki-content .footer p, #main .wiki-content .footer a {
    font-family: 'Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.container .search h1 {
  font-size: 20px;
}

form .searchForm input {
    padding: 2px 12px 2px 50px;
    height: 40px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    position: relative
}

.update-item-changes, .wysiwyg-unknown-macro {
  display:none;
}