@import '_colors';


$white-color: #FFFFFF !default;
$black-color: #000000 !default;

$brand-primary: $white-color !default;


body {
	font-size: 16px;
	line-height: 2;
}

.md-theme-default {
	a:not(.md-button) {
		color: $black-color;
	}
	a:not(.md-button):hover {
		color: $black-color;
		text-decoration: none;
	}
}

.content {
	margin-bottom: 60px;
}