@font-face {
    font-family: 'BucketFlower';
    src: url('fonts/Bucket-Flower.ttf') format('OpenType');
}

body {
    background-image: linear-gradient(180deg, #e9ded5AA 0%, #e9ded5AA 100%), url(images/bg.png) !important;
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    color: #8d7d65;
    background-size: cover;
}

.f40 {
    font-size: 40px;
}

.f30 {
    font-size: 30px;
    color: #bf5a5a;
}

.btn-custom {
    background-color: #8d7d65;
    color: white;
    border: none;
    border-radius: 2rem;
    padding: 1rem 1rem;
    width: 100%;
    margin-bottom: 1rem;
}

.btn-custom:hover {
    background-color: #6e5e4c;
    color: white;
}

.gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.social-icons i {
    font-size: 1.3rem;
    color: #7e6d55;
    margin: 0 0.5rem;
}

.social-icons img {
    width: 50px;
}

.menu-section {
    padding: 1.5rem 0;
}

.menu-title {
    font-family: 'BucketFlower', sans-serif;
    text-align: left;
    margin-bottom: 1rem;
}

.service-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    text-align: left;
}

.menu-section-dark {
    background: #8D7D65;
    color: #E9DED5;
    border-radius: 30px;
}