/*
Theme Name: HariOmGajanan
Theme URI: https://example.com/hariomgajanan
Author: You
Author URI: https://example.com
Description: A clean, celestial-inspired theme (midnight blue + gold) modeled on AstroTalk-style aesthetics.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hariomgajanan
Tags: blog, custom-background, custom-logo, custom-menu, featured-images, one-column, two-columns, right-sidebar
*/

/* Base (fallback) styles, keep minimal here; main design lives in assets/css/main.css */
:root {
  --bg: #0b0c2a;
  --text: #ffffff;
  --muted: #cfcfea;
  --accent: #ffd166;
}
html, body { margin: 0; padding: 0; }
body { background: var(--bg); color: var(--text); font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Inter,"Helvetica Neue",Arial,sans-serif; line-height: 1.6; }
a { color: var(--accent); }

/* Ensure visible content even without main.css */
.site { max-width: 1100px; margin: 0 auto; padding: 1rem; }
.header, .footer { padding: 1rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; }
*/
