/*
Template:       zugan
Theme Name:     Zugan Child Theme
Theme URI:      http://radiustheme.com/demo/wordpress/zugan
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Zugan is a clean and Modern WordPress Theme. It is best suited for corporate website like Financial Advisor, Accountant, Consulting Firms, insurance, loan, tax help, Investment firm etc
Version:        1.0
Text Domain:    zugan
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ================================
   NITYAPATH COLOR PALETTE
   ================================ */

:root {
  /* Backgrounds */
  --np-cream-bg: #ffffff;        /* Forced white page background */
  --np-saffron-pale: #FFF0E0;    /* Saffron Pale – verse/doha blocks */

  /* Text */
  --np-charcoal: #000000;        /* Black – body text */
  --np-maroon: #8B0000;          /* Deep Maroon – headings, header */

  /* Accents */
  --np-saffron: #f7e09c;         /* Saffron – buttons, highlights */
  --np-gold: #C8922A;            /* Gold – dividers, borders */
}

/* ================================
   BASIC COLOR APPLICATION
   ================================ */

/* Page Background & Body Text */
body {
  background-color: #ffffff;
  color: #000000;
}

/* Blockquote */
blockquote {
  background-color: var(--np-saffron);
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: var(--np-maroon);
}

h4 {
  font-family: 'Noto Sans Devanagari';
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

/* Post Grid Title Links */
.post-grid-2 .rtin-single-post .rtin-content h3 a {
  color: #8B0000;
}

.post-grid-2 .rtin-single-post .rtin-content h3 a:hover {
  color: #5C0000;
}

/* Links & Accents */
a {
  color: var(--np-saffron);
}

a:hover {
  color: var(--np-maroon);
}

/* Buttons */
button,
.button,
.wp-block-button__link {
  background-color: var(--np-saffron);
  color: #ffffff;
}

/* Verse / Doha / Path Blocks */
.verse,
.doha,
.path-verse {
  background-color: var(--np-saffron-pale);
  border-left: 4px solid var(--np-gold);
}

/* Dividers */
hr,
.divider {
  border-color: var(--np-gold);
}

/* Header */
.site-header {
  background-color: var(--np-maroon);
}