/* Thanes — base styles */

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	line-height: 1.5;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.skip-link:focus {
	position: fixed;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	clip: auto;
	z-index: 10000;
	padding: 0.5em 1em;
	background: #fff;
}

.site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
}

.site-content {
	max-width: 960px;
	margin: 0 auto;
	padding: 1rem;
}

.site-footer {
	padding: 1rem;
	text-align: center;
}
