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

$theme-color: #1b828d;
$theme-color-lightest: #f4f9f9;
$theme-color-light: darken($theme-color-lightest, 3%);


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