@font-face {
    font-family: 'SourceSans3';
    src: url('sourcesans3-regular.woff2') format('woff2'),
         url('sourcesans3-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSans3';
    src: url('sourcesans3-bold.woff2') format('woff2'),
         url('sourcesans3-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-regular.woff2') format('woff2'),
         url('poppins-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins-bold.woff2') format('woff2'),
         url('poppins-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
.RH-LAYOUT-HOMEPAGE-TITLEBAR-caption {
    color: #15A34A;
    font-family: 'Poppins', sans-serif;
}

.RH-LAYOUT-HOMEPAGE-TOC-title-box {
    text-decoration: none;
    font-family: 'SourceSans3', sans-serif; 
    margin-left: 0rem;
    display: contents;
    padding-right: 2px;
}

.RH-LAYOUT-HOMEPAGE-TOC-title {
    margin-left: 2px;
    font-size: 14px;
    font-weight: bold;
    padding-right: 2px;
    margin-right: 4px;
	color: #15A34A !important; 
    font-family: 'SourceSans3', sans-serif; 
}
.RH-LAYOUT-TOPICPAGE-TOC-title {
    margin-left: 2px;
    font-size: 14px;
    padding-right: 2px;
    margin-right: 4px;
    font-family: 'SourceSans3', sans-serif;
	color: #15A34A !important; 
}
