/*
Theme Name: Astra Child Nezh
Theme URI: https://wpastra.com/
Template: astra
Author: Nezh
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.7.1778863164
Updated: 2026-05-15 19:39:24
*/

/* === NEZH BRAND VARIABLES === */
:root {
  --crimson: #8B3A2A;
  --ink: #2a2118;
  --warm-gray: #4a4035;
  --parchment: #C4A882;
  --cream: #F5EFE6;
  --cream-dark: #ede5d8;
  --sand: #f9f5ef;
}

/* === FONTS === */
body,
p,
li,
td,
input,
textarea,
select,
label {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  color: var(--warm-gray);
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.ast-archive-title {
  font-family: 'Bodoni Moda', serif;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
}

/* Hero tagline italic treatment */
.ast-hero-section h1,
.elementor-heading-title,
h1.entry-title {
  font-style: italic;
  font-weight: 400;
}

/* === COLORS === */
body {
  background-color: var(--sand);
}

a {
  color: var(--crimson);
}

a:hover {
  color: var(--ink);
}

/* === BUTTONS === */
.ast-btn,
.ast-button,
.wpcf7-submit,
.wpforms-submit,
button[type="submit"],
.wp-block-button__link,
.elementor-button {
  background-color: var(--crimson) !important;
  color: var(--cream) !important;
  border: 1px solid var(--crimson) !important;
  border-radius: 2px !important;
  font-family: 'Nunito Sans', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  padding: 11px 28px !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.ast-btn:hover,
.ast-button:hover,
.wp-block-button__link:hover,
.elementor-button:hover {
  background-color: var(--ink) !important;
  border-color: var(--ink) !important;
  color: var(--cream) !important;
}

/* === HEADER / NAV === */
.site-header,
.ast-primary-header-bar {
  background-color: var(--cream) !important;
  border-bottom: 1px solid var(--cream-dark) !important;
}

.main-header-bar-navigation .menu-item a,
.main-navigation .menu-item a {
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
  color: var(--warm-gray) !important;
}

.main-header-bar-navigation .menu-item a:hover,
.main-navigation .menu-item a:hover {
  color: var(--crimson) !important;
}

/* Site title in header */
.site-title a,
.ast-site-identity .site-title a {
  font-family: 'Bodoni Moda', serif !important;
  font-weight: 700 !important;
  color: var(--ink) !important;
  letter-spacing: 0.04em !important;
}

/* === HERO SECTION === */
.ast-hero-section,
.elementor-section.hero,
section.hero {
  background-color: var(--cream) !important;
}

/* === SECTIONS & CARDS === */
.ast-card,
.postbox,
.wp-block-group {
  background-color: var(--cream);
  border: 0.5px solid var(--cream-dark);
  border-radius: 4px;
}

/* === FOOTER === */
.site-footer,
.ast-small-footer {
  background-color: var(--ink) !important;
  color: var(--parchment) !important;
}

.site-footer a,
.ast-small-footer a {
  color: var(--parchment) !important;
}

.site-footer a:hover {
  color: var(--cream) !important;
}

/* === WRAPPERS === */
.ast-container,
.ast-grid-common-wrap {
  max-width: 1200px;
}



