/* Apple-ish clean styling */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #1d1d1f;
}

h1, h2, h3 {
    font-weight: 600;
    letter-spacing: -0.02em;
}

#header {
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(12px);
}

#body-wrapper {
    padding-top: 2rem;
}

.default-content {
    max-width: 900px;
    margin: auto;
}

.button {
    border-radius: 12px;
}

.blog-listing .item {
    padding: 2rem;
    border-radius: 18px;
    background: #f5f5f7;
    margin-bottom: 2rem;
}
