/*
Theme Name: NaamJapTracker
Theme URI: https://naamjaptracker.com
Author: NaamJapTracker Team
Author URI: https://naamjaptracker.com
Description: A peaceful, modern, spiritual WordPress theme tailored for Naam Jap and Mantra meditation tracking. Fully responsive, lightweight, accessible, and optimized for Hostinger shared hosting.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: naamjaptracker-theme
Tags: spiritual, meditation, blog, custom-header, custom-logo, custom-menu, featured-images, responsive-layout, theme-options, translation-ready

NaamJapTracker Theme Stylesheet
*/

:root {
  --njt-primary: #e5a93c;
  --njt-primary-hover: #f5b94e;
  --njt-primary-light: #221a0c;
  --njt-gold: #e5a93c;
  --njt-gold-light: #221a0c;
  --njt-bg: #070c18;
  --njt-surface: #0e172a;
  --njt-card-bg: #0e172a;
  --njt-text: #ffffff;
  --njt-text-muted: #8e9eb5;
  --njt-border: #1c2c4c;
  --njt-shadow: 0 4px 25px -2px rgba(0, 0, 0, 0.55);
  --njt-radius: 16px;
  --njt-font-sans: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  --njt-font-serif: 'Cinzel', serif;
}

[data-theme="dark"] {
  --njt-primary: #e5a93c;
  --njt-primary-hover: #f5b94e;
  --njt-primary-light: #221a0c;
  --njt-gold: #e5a93c;
  --njt-gold-light: #221a0c;
  --njt-bg: #070c18;
  --njt-surface: #0e172a;
  --njt-card-bg: #0e172a;
  --njt-text: #ffffff;
  --njt-text-muted: #8e9eb5;
  --njt-border: #1c2c4c;
  --njt-shadow: 0 4px 25px -2px rgba(0, 0, 0, 0.65);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--njt-font-sans);
  background-color: var(--njt-bg);
  color: var(--njt-text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--njt-primary);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--njt-primary-hover);
}
