/*
Theme Name: SayKM Style
Theme URI: https://follow5.eu.org
Author: Hermes AI
Description: A minimalist blog theme inspired by saykm.com, featuring a clean white layout and focus on typography.
Version: 1.0.0
Text Domain: saykm-style
*/

body {
    background-color: #fcfcfc;
    color: #444;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 1.8;
}

.max-w-content {
    max-width: 800px;
    margin: 0 auto;
}

h1, h2, h3 {
    color: #222;
    font-weight: 600;
}

a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s;
}

a:hover {
    color: #000;
}

.article-list article {
    border-bottom: 1px solid #eee;
    padding: 2.5rem 0;
}

.article-list article:last-child {
    border-bottom: none;
}

.post-meta {
    font-size: 0.85rem;
    color: #999;
    margin-bottom: 0.5rem;
}

.post-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.post-excerpt {
    color: #666;
    font-size: 0.95rem;
}

header {
    padding: 3rem 0;
    text-align: center;
}

.site-title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -1px;
}

nav {
    margin-top: 1.5rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0.75rem 0;
}

nav a {
    margin: 0 1rem;
    font-size: 0.9rem;
    color: #666;
}

nav a:hover {
    color: #222;
}
