/*
Theme Name: Bitwise Software Theme
Theme URI: https://bitwisesoftware.com
Author: Bitwise Software
Author URI: https://bitwisesoftware.com
Description: Headless WordPress theme for WooCommerce with Next.js frontend support. This theme is optimized for use with WPGraphQL and WooCommerce REST API.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bitwisesoftware-theme
Tags: headless, woocommerce, graphql, rest-api, nextjs
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
*/

/* 
This is a headless theme - all frontend rendering is handled by Next.js
No styling needed here as WordPress is used purely as a CMS/API
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    margin: 0;
    padding: 20px;
    background: #f5f5f5;
}

.headless-notice {
    max-width: 800px;
    margin: 50px auto;
    padding: 30px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-align: center;
}

.headless-notice h1 {
    color: #333;
    margin-bottom: 20px;
}

.headless-notice p {
    color: #666;
    line-height: 1.6;
}

.headless-notice code {
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
}
