@charset "utf-8";
@import "fonts";
@import "palette";

body {
	background-color: $infobox;
	font-size: 0.8em;
	font-family: $font-stack;
	color: $text-normal;
}

a {
	text-decoration: none;
	color: $link-normal;

	&:visited {
		color: $link-visited;
	}

	&:hover {
		color: $link-hover;
	}
}

h3, h4, h5, h6 {
	color: $text-accent;
}

.spoiler {
	color: red;
	border: 1px dotted $text-accent;
	border-top: none;
}
