/*
Theme Name: WalkSync
Theme URI: https://walksync.com
Author: Your Name
Author URI: https://walksync.com
Description: A lightweight, fast-loading, plugin-compatible theme for WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: walksync
Tags: responsive, minimal, lightweight, seo, accessibility-ready
*/

body {
  margin: 0;
  font-family: system-ui, sans-serif;
  background: #fff;
  color: #111;
}

a {
  color: #0073aa;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: 90%;
  max-width: 960px;
  margin: auto;
  padding: 20px 0;
}