/*
Theme Name: NexaPro
Theme URI: https://nexaprotheme.com
Author: DEEP_DEV
Author URI: https://websynczone.in/
Description: NexaPro is a premium, lightweight, multipurpose WordPress theme engineered for Business, Agency, SaaS, Local Business, and WooCommerce websites. Built with native WordPress APIs, Gutenberg-first patterns, fluid typography, and accessibility-first architecture.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nexapro
Tags: block-patterns, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready, wide-blocks, e-commerce, grid-layout, one-column, two-columns, accessibility-ready
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: var(--deep-dev-font-body, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
	font-size: var(--deep-dev-text-base, 1rem);
	color: var(--deep-dev-text, #1e293b);
	background-color: var(--deep-dev-bg, #ffffff);
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}

input,
button,
textarea,
select {
	font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}
