body {
    font-family: 'Inter', sans-serif;
}

#intro {
    background: linear-gradient(135deg, #0d47a1, #1976d2);
    color: #fff;
}

#intro h1 {
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

#intro p {
    font-size: 1.2rem;
    font-style: normal;
    margin-top: 0.5rem;
}

#nav .links a {
    font-weight: 600;
}

.posts .post.featured img {
    border-radius: 6px;
}
