// Setting the main font
@import "fonts/pure";
@import "fonts/root";
@import "fonts/headings";
@import "links/style";
// @import '/components/article-text';


// setting general things
body {
	font-weight: 400;
}

code, kbd, pre, samp {
	background-color: #ccc;
	padding: 0.1em 0.3em;
	border-radius: 0.2em;
	font-size: 0.9em;
}