/*
Theme Name: Tingvad
Theme URI: https://tingvad.franzvoid.is
Author: Franz Void
Author URI: https://franzvoid.is
Description: Starter theme for tingvad.franzvoid.is. Intentionally unstyled — build on top of it.
Version: 0.1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tingvad
*/

/* Baseline only. No design decisions live here — that is the point. */

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

body {
	margin: 0;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.6;
	color: #1a1a1a;
	background: #fff;
}

img,
video,
svg {
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
}

.site-header,
.site-main,
.site-footer {
	max-width: 48rem;
	margin-inline: auto;
	padding-inline: 1.25rem;
}

.site-header {
	padding-block: 2rem 1rem;
}

.site-title {
	margin: 0;
	font-size: 1.5rem;
}

.site-title a {
	text-decoration: none;
}

.site-description {
	margin: 0.25rem 0 0;
	color: #666;
}

.site-nav ul {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.site-main {
	padding-block: 1rem 3rem;
}

.site-footer {
	padding-block: 1.5rem 2.5rem;
	border-top: 1px solid #e5e5e5;
	color: #666;
	font-size: 0.875rem;
}
