/**
 * Theme blue
 *
 * Description: Sets theme color for themeable content.
 * -----------------------------------------------------------------------------
 */

$theme-color: #085da9;
$theme-color-lightest: #f3f7fb;
$theme-color-light: darken($theme-color-lightest, 3%);


.theme-blue {
	@import "themeable-content";
}
