@import url(fork-awesome/css/fork-awesome.min.css);

	body {
		padding: 1em;
		font-size: 100%;
		font-family: "Roboto", Helvetica, sans-serif;
		font-weight: 400;
		line-height: 1.65;
		font-size: 1em;
		color: #555;
	}

	a {
		transition: color 0.25s ease, border-bottom-color 0.25s ease;
		border-bottom: dotted 1px;
		color: inherit;
		text-decoration: none;
	}
