/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.single-post #right-sidebar .wp-block-latest-posts__post-title {
    color: #343434 !important;
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 32px;
    font-family: Roboto Slab;
}
.wp-block-latest-posts__post-excerpt {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    color: #2d2d2d !important;
    font-style: normal;
}
.blog-entry.thumbnail-entry .blog-entry-summary {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    font-family: "Roboto", Sans-serif;
    color: #000000;
}


