@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Montserrat:wght@300;400;500;600;700;800&display=swap');


/* Body Text */
body {
    font-family: 'Montserrat', sans-serif;
    color: #2E2E2E;
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.hero-title,
.section-title,
.property-title,
.footer-title {
    font-family: 'Cormorant Garamond', serif;
}

:root{
    --primary: #043133;      /* Deep Emerald */
    --gold: #CDB380;         /* Sand Gold */
    --ivory: #F7F4EF;
    --graphite: #2E2E2E;
    --bronze: #A88B64;
}