/*
Theme Name: Noble Properties NJ Parity
Theme URI: https://clone-noblepropertiesnj.homepage.studio/
Author: HomePage.Studio
Description: Static parity mirror of the approved Noble Properties NJ source site.
Version: 1.0.0
Text Domain: noble-properties-parity
*/

:root {
  --color-primary: #0b0e3b;
  --color-accent: #b29a61;
  --color-cream: #f7f5ef;
  --color-white: #ffffff;
  --color-text: #222222;
  --color-text-light: #ffffff;
  --color-text-muted: #666666;
  --color-border: #cfcfcf;
  --color-border-light: #ececec;
  --overlay-dark: rgba(0, 0, 0, 0.45);
  --overlay-gradient: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.52));
  --color-header-scrolled: #0b0e3b;
}

