/* This file contains the various styles, or colors, that are dynamically added to the html based on the article/source */
/* https://www.datylon.com/blog/data-visualization-for-colorblind-readers */

.unreliable {
    color: #ab822e
}

.low_reliable {
    color: #e2c0b2
}

.medium_reliable {
    color: #094e81
}

.high_reliable {
    color: #929bcf
}

.reliable {
    color: #bcb0cd
}
