/*
Theme Name: BodyIndexLab Theme
Theme URI: https://bodyindexlab.com/
Author: BodyIndexLab
Description: Private hybrid theme scaffold for the BodyIndexLab WordPress transition.
Version: 0.4.0
Requires at least: 6.6
Requires PHP: 8.2
Text Domain: bodyindexlab-theme
*/

:root {
	--bil-background: #f5f8f6;
	--bil-surface: #ffffff;
	--bil-text: #18332d;
	--bil-muted: #5e716b;
	--bil-accent: #176b5b;
	--bil-border: #dbe7e1;
	--bil-radius: 16px;
	--bil-content-width: 1120px;
}

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

body {
	margin: 0;
	background: var(--bil-background);
	color: var(--bil-text);
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.65;
}

a {
	color: var(--bil-accent);
}
