/*
Theme Name: Agentic Theme
Theme URI: https://example.com/agentic-theme
Author: inam.r
Author URI: https://example.com
Description: A minimal starter theme for the Agentic WordPress site.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agentic-theme
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin: 0;
    background: #f5f5f5;
    color: #1d1d1f;
}

.site-header {
    background: #1d1d1f;
    color: #fff;
    padding: 2rem 1.5rem;
    text-align: center;
}

.site-header h1 {
    margin: 0 0 0.25rem;
}

.site-content {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1.5rem;
}

article {
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.site-footer {
    text-align: center;
    padding: 1.5rem;
    color: #666;
    font-size: 0.875rem;
}
