/*
Theme Name: Vainilla Florería Headless
Description: Minimal WordPress theme for headless CMS.
Version: 1.0
Author: Vainilla Florería
Text Domain: vainilla-floreria
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #f8f9fa;
    margin: 0;
    padding: 2rem;
    text-align: center;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    background: white;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

h1 {
    color: #e91e63;
    margin-bottom: 1rem;
}

p {
    color: #666;
    margin-bottom: 2rem;
}

.button {
    display: inline-block;
    padding: 1rem 2rem;
    background: #e91e63;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.button:hover {
    background: #c2185b;
}
