.LEStyleSheet {
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 18px;

    /**
     * @NOTE 2020_10_24
     *
     *      LEStyleSheet is currently a modifier of CBDarkTheme and
     *      CBLightTheme. LEStyleSheet_OffsetBackgroundColor should be replaced
     *      with CBBackgroundColor2 or CBBackgroundColor3 depending on the
     *      situation.
     */
    --LEStyleSheet_OffsetBackgroundColor: hsl(30, 30%, 90%);
}



.LEStyleSheet a {
    text-decoration: none;
}



.LEStyleSheet a:hover {
    text-decoration: underline;
}



.LEStyleSheet.CBDarkTheme,
.LEStyleSheet .CBDarkTheme {
    --CBTextColorForLinks: #3f3fef;
}



.LEStyleSheet.CBLightTheme,
.LEStyleSheet .CBLightTheme {
    --CBBackgroundColor2: hsl(30, 30%, 90%);
    --CBBackgroundColor3: hsl(30, 30%, 87%);

    --CBTextColorForLinks: #3f3fef;
}



.LEStyleSheet .CBPageTitleAndDescriptionView h1,
.LEStyleSheet .CBTextView2 h1 {
    font-weight: normal;
}
