/*
Theme Name: 3in1
Theme URI: https://www.3in1.ee
Author: Lauri Vilt
Description: Custom WordPress teema 3in1.ee jaoks (isikubränd + uute klientide leidmine).
Version: 0.1.0
Text Domain: 3in1
*/

:root {
	--bg: #ffffff;
	--fg: #1a1a1a;
	--muted: #666666;
}

* { box-sizing: border-box; }

body {
	margin: 0;
	background: var(--bg);
	color: var(--fg);
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	line-height: 1.6;
}

.site-main {
	max-width: 44rem;
	margin: 0 auto;
	padding: 4rem 1rem;
}

.site-footer {
	max-width: 44rem;
	margin: 0 auto;
	padding: 2rem 1rem;
	color: var(--muted);
	font-size: 0.875rem;
}
