:root {
    --text-dark: #2D3748;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-dark); /* Smooth off-black for comfortable reading */
    -webkit-font-smoothing: antialiased;
    background-color: #f7f6f2; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: 700;
    color: #1A202C; /* Deeper black for strong layout contrast */
    line-height: 1.25;
}

.hero-overlay-content h1 {
    font-family: 'Playfair Display', serif;
}
.published-date, .hero-trip-meta {
    font-family: 'Inter', sans-serif;
}
