.moduletable .newsflash {
    padding: 5px 5px 0 5px;
    .newsflash-item {
        border-color: #dfe6ee;
        border-width: 1px;
        border-style: solid;
        border-radius: 4px;
        padding: 10px;
        margin-bottom: 5px;
        .readmore {
            display: block;
            text-align: right;
        }
        .newsflash-image {
            max-width: 150px;
            width: 150px;
            align-items: center;
            display: flex;
            flex: 1;
        }
        
        .publish-date {
            margin-bottom: 10px;
            font-size: 0.8rem;
            > span {
                font-size: 0.9rem;
                font-weight: bold;
                color: var(--cassiopeia-color-primary);
            }
        }
    }
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .btn, .menu, .menu_menu, .rstpl-box-title, .breadcrumbs, .pager li > a, .page-link, .newsfeed ol > li::before {
    font-family: "Barlow Condensed", serif;
    font-weight: 600;
    letter-spacing: -0.04rem;
}

.navbar .nav > li > a,
.nav-collapse .nav .nav-header, .nav .divider,
.rstpl-after-footer-position .menu > li > a {
    font-weight: 600;
}