/*
Theme Name: ruuhe
Description: Minimales Theme: weiße Startseite mit zentriertem Schriftzug.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: ruuhe
*/

html,
body {
	height: 100%;
	margin: 0;
	background: #fff;
}

body {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	color: #111;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

.site-title {
	margin: 0;
	font-size: clamp(2.5rem, 12vw, 6rem);
	font-weight: 400;
	letter-spacing: 0.02em;
}
