/* AI-Speak Theme Customization */

/* General Typography */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333333;
    line-height: 1.6;
    background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #111111;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

h1 {
    font-size: 2.5rem;
    letter-spacing: -0.02em;
}

a {
    color: #0066CC;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #004488;
    text-decoration: underline;
}

/* Navbar overrides */
.navbar-custom {
    background-color: #F8F9FA;
    border-bottom: 1px solid #E0E0E0;
    box-shadow: none;
}

.navbar-custom .navbar-brand {
    color: #111111;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.navbar-custom .nav li a {
    color: #555555;
    font-weight: 500;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
    color: #0066CC;
    background-color: transparent;
}

/* Header/Hero Section Override (if applicable in theme) */
header.intro-header {
    margin-bottom: 50px;
}

/* Post List Styling */
.post-preview {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.post-preview > a {
    color: #333333;
}

.post-preview > a:hover {
    color: #0066CC;
    text-decoration: none;
}

.post-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.post-subtitle {
    font-weight: 400;
    margin-bottom: 10px;
    color: #666666;
}

.post-meta {
    font-size: 14px;
    color: #888888;
    font-style: normal;
}

/* Footer Styling */
footer {
    background-color: #F8F9FA;
    border-top: 1px solid #E0E0E0;
    padding: 50px 0;
}

footer .copyright {
    color: #666666;
    font-size: 14px;
}

/* Button overrides */
.btn-primary {
    background-color: #0066CC;
    border-color: #0066CC;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #004488;
    border-color: #004488;
}
