body {
    font-family: 'Poppins', sans-serif;
    background: #FFF6FA;
}

/* Hero Section */
.hero {
    height: 65vh;
    background: linear-gradient(rgba(255, 230, 240, 0.7), rgba(255, 230, 240, 0.7)),
                url('../images/hero.jpg');
    background-size: cover;
    background-position: center;
}

/* Cake Cards */
.cake-card img {
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
}

.product-card img {
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
}

h3 {
    font-weight: 600;
}

/* about section  */
section h2, section h3 {
    font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
}

section p, section li {
    font-family: 'Roboto', sans-serif;
}

.list-group-item {
    border: none;
    padding-left: 0;
    padding-right: 0;
}


