/*
Theme Name: Zenvel Formulation
Theme URI: https://zenvel.in
Author: Zenvel Architecture Team
Author URI: https://zenvel.in
Description: Bespoke, ultra-fast, mobile-first WordPress & WooCommerce theme engineered for Zenvel Formulation - Ayurvedic & Healthcare D2C Brand in India. Features rich Schema.org structured data, Core Web Vitals optimization, Indian Rupee ergonomics, and high-conversion UX.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zenvel
Tags: e-commerce, custom-menu, featured-images, full-site-editing, one-column, two-columns, grid-layout, right-sidebar
*/

/* Baseline Reset & Box Model */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: var(--zv-font-sans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif);
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  background-color: var(--zv-bg-page, #F8FAF8);
  color: var(--zv-color-text, #1C281C);
  font-size: var(--zv-text-base, 1rem);
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main#main-content {
  flex: 1 0 auto;
}

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

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

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}
