body {
    font-family: 'Inter', sans-serif;
    background-color: #f9fffa;
}

.text-primary {
    color: #161f17;
}

a {
    color: #161f17;
    text-decoration: none;
    background: linear-gradient(to top, #78e2a0, #78e2a0 30%, rgba(255,255,255,0) 30%);
    padding: 0 0.1em;
    transition: background 0.2s;
}

a:hover {
    background-color: #78e2a0;
}

.heading-font {
    font-family: 'Barlow Condensed', Arial, sans-serif;
}

.prose-custom {
    color: #161f17;
    line-height: 1.75;
    font-size: 1.125rem;
}

.prose-custom h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #111827;
}

.prose-custom h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.25;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #111827;
}

.prose-custom h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #111827;
}

.prose-custom p {
    margin-bottom: 1.5rem;
}

.prose-custom figcaption {
    margin-bottom: 1.5rem;
}

.prose-custom img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.prose-custom blockquote {
    border-left: 4px solid #111827;
    font-style: italic;
    margin: 1rem 0;
    padding: 0.5rem 1rem;
}

.prose-custom blockquote p {
    margin: 0;
}

.prose-custom code {
    background-color: #f3f4f6;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    font-size: 0.9em;
    font-weight: 600;
}

.prose-custom pre {
    background-color: #f8f9fa;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin: 1.5rem 0;
    overflow-x: auto;
}

.prose-custom pre code {
    background-color: transparent;
    padding: 0;
    font-weight: 400;
}

.prose-custom ul, .prose-custom ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.prose-custom ul {
    list-style-type: disc;
}

.prose-custom ol {
    list-style-type: decimal;
}

.prose-custom li {
    margin-bottom: 0.5rem;
}

.prose-custom aside {
    padding: 1rem;
    margin-bottom: 1rem;
}

.prose-custom aside p:last-child {
    margin-bottom: 0;
}

.prose-custom .alert-note {
background-color: #f0f8ff;
border-left: 4px solid #4285f4;
}

.prose-custom .alert-tip {
background-color: #f0fff4;
border-left: 4px solid #10b981;
}

.prose-custom .alert-important {
background-color: #faf5ff;
border-left: 4px solid #8b5cf6;
}

.prose-custom .alert-warning {
background-color: #fef7e0;
border-left: 4px solid #f59e0b;
}

.prose-custom .alert-caution {
background-color: #fef2f2;
border-left: 4px solid #ef4444;
}

.nav-link.active {
    background-color: #78e2a0;
    font-weight: 500;
}
