/*
Theme Name: Caixa Produtos Vida e Previdência
Theme URI: https://www.caixavidaeprevidencia.com.br
Description: Headless WordPress theme for Caixa Vida e Previdência products. Optimized for REST API consumption with Secure Custom Fields integration. This theme is designed to serve content via the WordPress REST API to a React frontend.
Author: Caixa Vida e Previdência
Author URI: https://www.caixavidaeprevidencia.com.br
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: caixa-produtos
Tags: headless, rest-api, custom-fields, scf

This theme supports:
- WordPress REST API
- Secure Custom Fields (SCF)
- Featured Images
- Custom Page Templates
*/

/*
 * Minimal styling - this is a headless theme.
 * All visual presentation is handled by the React frontend.
 */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin: 0;
    padding: 20px;
    background: #f0f0f0;
}

.headless-notice {
    background: #005CA9;
    color: white;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    margin: 20px auto;
    max-width: 600px;
}

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

.headless-notice p {
    margin: 5px 0;
}
