/*
Theme Name: AdSystems Headless
Theme URI: https://adsystems.ussl.info
Description: Minimal headless WordPress theme for WooCommerce backend. Frontend is powered by Next.js.
Version: 1.0.0
Author: AdSystems
Author URI: https://adsystems.ussl.info
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adsystems-headless

This is a minimal headless theme designed to work with Next.js frontend.
It provides only the essential WordPress backend functionality for WooCommerce.
*/

/* Minimal styles for WordPress admin compatibility */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin: 0;
    padding: 0;
}

/* Hide frontend since Next.js handles it */
.site-notice {
    background: #0073aa;
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 14px;
}
