/**
 * Main stylesheet.
 *
 * Intentionally minimal at this stage — this is a theme foundation
 * build. No visual design, color palette, or layout has been applied
 * yet. This file exists so the enqueue in functions.php resolves to
 * a valid, empty stylesheet rather than a 404.
 */

* {
	box-sizing: border-box;
}

body {
	font-family: 'Manrope', sans-serif;
}
