/*
Theme Name: UrbanNest Interiors
Theme URI: https://urbannestinteriors.com
Author: Daksh Damani
Author URI: https://urbannestinteriors.com
Description: A premium, custom WordPress theme designed for high-end luxury residential and commercial interior design firms. High-performance, SEO-friendly, secure, and fully responsive.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: urban-nest
Tags: portfolio, custom-menu, custom-logo, featured-images, translation-ready, accessibility-ready

This theme is designed for custom post types and custom fields, with built-in premium components and dynamic schemas.
*/

/* Base reset in style.css to prepare for premium styling */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #F8F8F8;
    color: #222222;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}
