/*
Theme Name: Stay in Makati (Headless)
Theme URI: https://stayinmakati.com/
Author: Stay in Makati
Description: Minimal headless theme for Stay in Makati. Registers the "listing" custom post type and meta fields used by the Next.js frontend. Frontend rendering is handled by the separate Next.js app.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Text Domain: staymakati
*/

/* Basic editor/body styling – backend only, frontend is Next.js */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

