/*
Theme Name: Scouts
Theme URI: https://scouts.noack.digital
Author: Alexander Noack
Description: Custom theme for scouts.noack.digital
Version: 0.2.0
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: scouts
*/

.site-header,
.site-footer,
.site-main,
.site-section {
	max-width: 1100px;
	margin: 0 auto;
	padding: 24px 20px;
}

.site-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

.primary-navigation ul {
	display: flex;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-navigation a {
	text-decoration: none;
	color: #16263f;
	font-weight: 600;
}

body {
	font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	color: #16263f;
	line-height: 1.5;
	margin: 0;
	background: #fff;
}

h1, h2, h3 {
	line-height: 1.2;
}
