/*
Theme Name: AutoPress Blank
Theme URI: https://emposy.com
Author: Emposy
Description: Minimal blank theme for headless WordPress. No frontend rendering — content is served via REST API / GraphQL to a Next.js frontend.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: autopress-blank
*/

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  max-width: 800px;
  margin: 2rem auto;
  padding: 0 1rem;
  color: #333;
}
