/* public/css/site.css */

body,
p,
li,
td {
    color: var(--color-dark);
}

.intro-body {
    font-size: 0.95rem;
    line-height: 2;
    color: var(--color-dark);
    font-weight: 400;
}

/* ===== GLOBAL BODY TEXT WEIGHT =====
   Change this ONE value to make body text thicker or thinner
   site-wide. Currently: 500 (medium weight, was too-thin 300). */
:root {
    --body-font-weight: 500;
}

body,
p,
li,
td {
    font-weight: var(--body-font-weight) !important;
}

/* Keep these thin/elegant — headings, hero titles, and decorative
   intro/quote text should NOT get heavier */
.page-hero-content h1,
.room-hero-content h1,
.activity-hero-content h1,
.intro-quote,
.testimonial-quote,
.activities-quote,
.activity-intro,
.room-description-text,
.space-card-name,
.coffee-title,
.high-tea-card h3,
.featured-banner-text h2,
.booking-form-title,
.booking-room-name,
.other-suite-name,
.other-activity-name {
    font-weight: 300 !important;
}
