/*
Theme Name: ZeMi Designs
Theme URI: https://zemidesigns.com
Author: ZeMi Designs
Author URI: https://zemidesigns.com
Description: Minimal theme for ZeMi Designs. Acts as a transparent wrapper — all content rendered by the zemi-designs-platform plugin via shortcodes. No menus, no widgets, no sidebars. The plugin owns the visual design via design-system.php.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: Proprietary
Text Domain: zemi-theme
*/

/* Reset only — all real styling comes from the plugin's design-system.php */
html, body { margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Helvetica, Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
* { box-sizing: border-box; }
