/*
Theme Name: Sewavilla Bali Theme
Author: Sewavilla Bali
Version: 1.0
*/

body {
    font-family: 'Inter', sans-serif;
    background: #fff;
    color: #222;
}

h1, h2, h3 {
    font-family: 'Playfair Display', serif;
}

.navbar {
    padding: 20px;
}

.hero {
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    display: flex;
    align-items: end;
    color: #fff;
    padding: 30px;
}

.post-card {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    transition: 0.3s;
}

.post-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.footer {
    background: #111;
    color: #fff;
}