body {
    font-size: 1.125rem;
    line-height: 1.6;
    letter-spacing: -0.01em;
}

.gh-head-menu a,
.nav a,
.site-nav a {
    font-size: 1rem;
    font-weight: 500;
}

.site-title,
.gh-head-logo,
.site-header-content h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.01em;
}

.site-description,
.site-header-content p {
    font-size: 1.25rem;
    line-height: 1.6;
}

.post-card-title,
.gh-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
}

.post-card-excerpt,
.gh-card-excerpt {
    font-size: 1rem;
    line-height: 1.5;
    color: #A0A0B8;
}

.post-card-meta,
.gh-card-meta,
.post-card-byline-content {
    font-size: 0.875rem;
    color: #6B6B80;
}

.post-card-tags,
.post-card-primary-tag {
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.post-full-title,
.article-title,
.gh-article-title {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.post-full-meta,
.article-meta,
.gh-article-meta {
    font-size: 0.9375rem;
    color: #6B6B80;
}

.post-content,
.gh-content,
.article-content,
.post-full-content {
    font-size: 1.1875rem;
    line-height: 1.8;
    color: #C0C0D0;
}

.post-content h2,
.gh-content h2 {
    font-size: 1.875rem;
    font-weight: 600;
    margin-top: 2.5em;
    margin-bottom: 0.75em;
    color: #FFFFFF;
}

.post-content h3,
.gh-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2em;
    margin-bottom: 0.5em;
    color: #FFFFFF;
}

.post-content p,
.gh-content p {
    margin-bottom: 1.5em;
}

.post-content li,
.gh-content li {
    font-size: 1.1875rem;
    line-height: 1.7;
    margin-bottom: 0.5em;
}

.post-content strong,
.gh-content strong {
    color: #FFFFFF;
    font-weight: 600;
}

.post-content a,
.gh-content a {
    color: #A78BFA;
    text-decoration: none;
    border-bottom: 1px solid rgba(167, 139, 250, 0.3);
}

.post-content a:hover,
.gh-content a:hover {
    border-bottom-color: #A78BFA;
}

.post-content blockquote,
.gh-content blockquote {
    font-size: 1.25rem;
    font-style: italic;
    border-left: 3px solid #7C3AED;
    padding-left: 1.25em;
    color: #A0A0B8;
}

.post-content pre,
.gh-content pre {
    font-size: 0.9375rem;
    line-height: 1.5;
    background: #1E1E30;
    border-radius: 10px;
    padding: 1.25em;
}

.site-footer,
.gh-foot {
    font-size: 0.9375rem;
}

.site-footer a {
    font-size: 0.9375rem;
}

@media (max-width: 768px) {
    .site-title,
    .site-header-content h1,
    .gh-head-logo {
        font-size: 2.25rem;
    }

    .site-description,
    .site-header-content p {
        font-size: 1.0625rem;
    }

    .post-full-title,
    .article-title,
    .gh-article-title {
        font-size: 2rem;
    }

    .post-content,
    .gh-content,
    .post-full-content {
        font-size: 1.0625rem;
        line-height: 1.75;
    }

    .post-card-title,
    .gh-card-title {
        font-size: 1.25rem;
    }

    .post-content h2,
    .gh-content h2 {
        font-size: 1.5rem;
    }

    .post-content h3,
    .gh-content h3 {
        font-size: 1.25rem;
    }
}
