// ====
// Layouts
// ====

body{
	line-height: $line-height;
	font-family: $font-family;
	font-size: $font-size;
	color: $color;
	background-color: $bg-color;
}

a{
	&:focus{
		outline: none;
	}
}
