/*
Theme Name: Fluent Minimal
Description: Minimal headless theme for Fluent plugin ecosystem.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: fluent-minimal
*/

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

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #1a1a1a;
	background: #fff;
}

a {
	color: #0073aa;
}

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

.site-content {
	max-width: 960px;
	margin: 0 auto;
	padding: 2rem 1rem;
}
