/*
Theme Name: Dental Headless
Theme URI: https://dentalpracticeconsultingai.com
Author: Dental Practice Consulting AI
Author URI: https://dentalpracticeconsultingai.com
Description: Minimal headless WordPress theme for REST API use with 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: dental-headless
Tags: headless, api, minimal

This theme is designed for headless WordPress use.
All frontend rendering is handled by the Next.js application.
*/

/* Minimal styles for WordPress admin preview */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.headless-notice {
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
    color: white;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    margin: 40px 0;
}

.headless-notice h1 {
    margin: 0 0 10px;
    font-size: 24px;
}

.headless-notice p {
    margin: 0;
    opacity: 0.9;
}

.headless-notice a {
    color: #7dd3fc;
}

