/*
Theme Name: Nobilis India
Theme URI: https://example.com/nobilis-india
Author: Nobilis India
Author URI: https://example.com
Description: A restrained luxury WordPress theme for Nobilis India, crafted for high-end interiors, collections, projects, and editorial storytelling.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
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: nobilis-india
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, portfolio, e-commerce
*/

:root {
  --green-primary: #1a3a2a;
  --green-deep: #0f2a1a;
  --gold-champagne: #d4af6e;
  --gold-muted: #8b7355;
  --ivory: #f5f0e8;
  --charcoal: #1c1c1c;
  --font-heading: "Cormorant Garamond", serif;
  --font-body: "Montserrat", sans-serif;
}

html {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--ivory);
  color: var(--charcoal);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--gold-muted);
  text-decoration: none;
}
