/* Keep fonts consistent across pages. */
body #content,
body #content .entry-title,
body #content .entry-content,
body #content .entry-content h1,
body #content .entry-content h2,
body #content .entry-content h3,
body #content .entry-content h4,
body #content .entry-content h5,
body #content .entry-content h6,
body #content .entry-content p,
body #content .entry-content li {
    font-family: var(--font-family-body, inherit);
}

/* Tamarindo page only: match Playa Conchal spacing/typography. */
body.page-id-28240 #content .entry-title,
body.page-id-28240 #content .entry-content {
    padding-left: 20%;
    padding-right: 20%;
}

body.page-id-28240 #content .entry-title {
    font-size: 2.5rem;
    line-height: 1.2;
}

body.page-id-28240 #content .entry-content p,
body.page-id-28240 #content .entry-content ul,
body.page-id-28240 #content .entry-content ol,
body.page-id-28240 #content .entry-content li {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}

body.page-id-28240 #content .entry-content h2 {
    font-size: 1.5rem;
    line-height: 1.3;
}

body.page-id-28240 #content .entry-content h3 {
    font-size: 1.25rem;
    line-height: 1.3;
}

@media (max-width: 768px) {
    body.page-id-28240 #content .entry-title,
    body.page-id-28240 #content .entry-content {
        padding-left: 5%;
        padding-right: 5%;
    }

    body.page-id-28240 #content .entry-title {
        font-size: 2rem;
        line-height: 1.25;
    }

    body.page-id-28240 #content .entry-content p,
    body.page-id-28240 #content .entry-content ul,
    body.page-id-28240 #content .entry-content ol,
    body.page-id-28240 #content .entry-content li {
        font-size: 16px;
        line-height: 24px;
    }

    body.page-id-28240 #content .entry-content h2 {
        font-size: 1.25rem;
        line-height: 1.3;
    }

    body.page-id-28240 #content .entry-content h3 {
        font-size: 1.1rem;
        line-height: 1.3;
    }
}
