@font-face {
	font-family: 'Sohne';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/Sohne-Buch.woff2') format('woff2');
}

html, body {
	font: 400 16px/1.5 Sohne, Helvetica, Arial, sans-serif;
	color: #222;
	padding: 0;
	text-rendering: optimizeLegibility;
	font-feature-settings: 'kern', 'liga';
}

body {
	margin: 48px;
}

a {
	color: #4080c0;
	text-decoration: none;
}

.icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	margin-right: 16px;
	pointer-events: none;
	user-select: none;
}

.name {
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	vertical-align: top;
	color: #808080;
}

.sub {
	margin: 24px 0 32px 40px;
}
.sub a {
	text-decoration: none;
}

.links {
	margin: 0 0 0 40px;
}
.link {
	display: inline-block;
	line-height: 24px;
}

::selection {
	background: #ff8055;
	color: #210;
}
a::selection {
	color: #80dfff;
}

@media screen and (max-width: 640px) {
	body {
		margin: 24px;
	}
	.sub__break {
		display: none;
	}
}
