@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body * {
    font-family: Roboto, sans-serif;
}

#titlearea {
    background-color: #141414;
}

#projectname {
    color: #ffffff;
}

#projectlogo {
    padding-left: 7px;
    padding-bottom: 10px;
}

.sm-dox {
    background-image: none;
}

.sm-dox a:hover {
    background-image: none;
    background-color: #ff504E;
}

h2.groupheader {
    color: #ff504E;
}

.contents a:visited,
a.el {
    color: #ff504E;
}

.memtitle {
    background-image: none;
    border-bottom: 1px solid #a8b8d9;
    background-color: #f6f8fa;
}

.memproto {
    background-color: #f6f8fa;
}
