/*
Theme Name: Solutionist
Description: App-shell theme for the Solutionist strategic intake experience. Pair with the Solutionist Intake plugin.
Author: Solutionist
Version: 1.0.0
Text Domain: solutionist
*/

/* Base reset minimal — primary styling lives in the intake plugin assets. */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	min-height: 100vh;
	background: #0a0a0b;
	color: #e8e8ea;
	font-family: "DM Sans", system-ui, -apple-system, sans-serif;
	-webkit-font-smoothing: antialiased;
}
