@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap');
body, body * {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
}

body b {
    font-weight: 500 !important;
}

h1, h2, h1>a, h3>a, h1>span, h2>span, .headerTitle, .headerTitle>a, .featureTitle {
    font-weight: 500 !important;
}

.standalone>.header.dark.standard, .news>.cover.header.dark {
    background-color: #0c1024 !important;
}
.catItem.watermark, .poweredFooter {
    display: none !important;
}
.featureFeedback {
    background-color: #fff !important;
}
.feature, .streamContent>.feature {
    border: 1px solid #d4d8ef !important;
    border-radius: 5px !important;
    box-shadow: 0 0 8px 0 rgb(225 228 245 / 75%) !important;
}
.readmoreButton {
    display: inline-flex !important;
    min-height: 38px !important;
    padding: 0 1.125em !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 5px !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    line-height: 38px !important;
    vertical-align: baseline !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    cursor: pointer !important;
    transition: all .15s ease-out !important;
    background: #fff !important;
    border: none !important;
    color: #5d7cfc !important;
    box-shadow: inset 0 0 0 1px #5d7cfc !important;
}
.featureContent>a.readmoreButton {
    color: #5d7cfc !important
}
.readmoreButton:hover, .featureContent>a.readmoreButton:hover {
    background-color: #5d7cfc !important;
    color: #fff !important;
    text-decoration: none !important;
}