/* ============================================================
   HEADER COMPONENT
   Site header, title, tagline, and blog header styles
============================================================ */

.home-header,
.blog-header {
    text-align: left;
    margin-bottom: calc(var(--spacing-unit) * 1.5);
}

.home-header {
    padding-bottom: 0;
    border-bottom: none;
}

.blog-header {
    padding-bottom: var(--spacing-unit);
    border-bottom: 1px solid var(--color-border);
}

.site-title {
    font-family: var(--font-heading);
    font-size: var(--font-size-h1);
    font-weight: 500;
    color: var(--color-text);
    text-decoration: none;
    cursor: pointer;
}

.site-title:hover {
    color: var(--color-link);
}

.site-tagline {
    color: var(--color-text-muted);
    font-size: var(--font-size-base);
    margin-top: 0.5rem;
}

.blog-header .post-title {
    font-family: var(--font-heading);
    font-size: var(--font-size-h1);
    font-weight: 500;
    color: var(--color-text);
}

.blog-header .post-description {
    color: var(--color-text-muted);
    font-size: var(--font-size-base);
    margin-top: 0.5rem;
}
