/*
Theme Name: Noura Homes New
Theme URI: https://nourahomes.com/
Author: Noura Homes
Author URI: https://nourahomes.com/
Description: Luxury custom home builder theme — redesigned with a modern light aesthetic.
Version: 2.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: noura-homes-new
*/

/*
 * Design tokens (mirrors noura-homes-3 index.css @theme)
 * --color-primary:          #213765  (dark navy blue)
 * --color-secondary:        #4E6EB3  (medium blue — nav bar, hero overlay)
 * --color-secondary-light:  #D4E0F0  (pale blue)
 * --color-background:       #E7EAF3  (light blue-grey page bg)
 * --color-accent:           #D4AF37  (gold accent — hover states)
 * --color-text-dark:        #1A1A1A
 * --color-text-muted:       #666666
 */

html {
	scroll-behavior: smooth;
}

/* Base typography — mirrors noura-homes-3 font tokens */
body {
	font-family: "Zalando Sans", ui-sans-serif, system-ui, sans-serif;
	background-color: #E7EAF3;
	color: #1A1A1A;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Zalando Sans SemiExpanded", ui-sans-serif, system-ui, sans-serif;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

/* Scrollbar hide utility */
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
.no-scrollbar::-webkit-scrollbar { display: none; }

