body {
    font-family: 'Courier New', monospace;
}

/* Custom backgrounds for hero and cards section */
.custom-hero-bg {
    background: #fff;
    /* Optionally add a subtle box-shadow or border for separation */
    box-shadow: 0 2px 12px rgba(0,0,0,0.03);
}

.custom-cards-bg {
    background: #fff;
    /* Optionally add a subtle box-shadow or border for separation */
    box-shadow: 0 2px 12px rgba(0,0,0,0.02);
}
