(/*
Theme Name: CircleWalk
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: Responsive WordPress theme homepage converted from PSD.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: circlewalk
Tags: responsive, bootstrap, one-column, custom-logo
*/

/*
	Root theme stylesheet — loads first. Detailed styles are in /assets/css/main.css
*/

html, body {
	height: 100%;
}

/* Basic typography reset */
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #222;
	line-height: 1.6;
}

/* Utility spacing (small set) */
.section { padding: 80px 0; }
.section--sm { padding: 40px 0; }

