/* --- SECTION HEADINGS --- */
/* Target the main titles of each section (e.g., Obituary, Condolences) to make them bolder */
h2, 
.section-title, 
.title-main {
    font-weight: 700 !important;
}

/* --- TRIBUTE & CONDOLENCE BOXES --- */
/* Target the cards and text areas on the Memory Wall / Condolence section to use an eggshell white background */
.tribute-card, 
.memory-box, 
.condolence-item, 
.card-body,
[class*="tribute-"] {
    background-color: #FDFBF7 !important;
    border-color: #EAE5DC !important; /* Softens the border slightly to match the eggshell tone */
}