/*
Theme Name: Right Nurture WP
Theme URI: https://zynexsoft.com/
Author: ZYNEXSOFTWARE
Author URI: https://zynexsoft.com/
Description: A lightweight, Elementor-friendly blank WordPress theme.
Version: 1.0.0
Requires at least: 5.8
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: right-nurture-wp
Tags: custom-logo, custom-menu, editor-style, featured-images, flexible-header, full-width-template, one-column, theme-options
*/

:root{
  --rnwp-max: 1200px;
}
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.6;
  color:#111;
  background:#fff;
}
a{ color: inherit; }
.rnwp-container{ max-width: var(--rnwp-max); margin:0 auto; padding: 24px 16px; }
.site-header, .site-footer{ border-color: rgba(0,0,0,.08); border-style: solid; border-width: 0; }
.site-header{ border-bottom-width:1px; }
.site-footer{ border-top-width:1px; }
.site-title{ font-size: 18px; margin:0; }
.site-description{ margin:0; opacity:.7; font-size: 13px; }
.rnwp-nav a{ text-decoration:none; padding:10px 12px; display:inline-block; }
.rnwp-post-title{ margin-top: 0; }
.rnwp-sr-only{ position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }
