/*
Theme Name: MMQ Theme
Theme URI: https://mmq-europe.com
Author: MMQ Europe
Author URI: https://mmq-europe.com
Description: Custom headless WordPress theme for MMQ Europe Next.js frontend
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: mmq
Tags: headless, api, woocommerce

This theme is designed to work with a Next.js frontend via REST API.
It provides custom endpoints for homepage data and product information.
*/

/* This is a headless theme - all styling is handled by the Next.js frontend */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Basic WordPress admin styling */
.wp-admin {
    background-color: #f1f1f1;
}
