@font-face {
    font-family: 'SouthMind';
    src: url('../fonts/southmind/SouthMind-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Lightweight prose styles for translated markdown blocks.
   Replaces @tailwindcss/typography for the few sections that need it. */
.prose-bella {
    color: #3f3f46;
    line-height: 1.7;
    font-size: 1.05rem;
}
.prose-bella h1,
.prose-bella h2,
.prose-bella h3 {
    color: #18181b;
    font-weight: 600;
    margin-top: 1.4em;
    margin-bottom: 0.5em;
    line-height: 1.25;
}
.prose-bella h1 { font-size: 2rem; }
.prose-bella h2 { font-size: 1.6rem; }
.prose-bella h3 { font-size: 1.25rem; }
.prose-bella p { margin: 0.85em 0; }
.prose-bella ul,
.prose-bella ol {
    margin: 0.85em 0;
    padding-left: 1.4em;
}
.prose-bella ul { list-style: disc; }
.prose-bella ol { list-style: decimal; }
.prose-bella li { margin: 0.25em 0; }
.prose-bella a {
    color: #41afaa;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.prose-bella a:hover { color: #2f8a86; }
.prose-bella strong { color: #18181b; font-weight: 600; }
.prose-bella em { font-style: italic; }
.prose-bella blockquote {
    border-left: 3px solid #33cccc;
    padding-left: 1em;
    color: #52525b;
    font-style: italic;
    margin: 1em 0;
}
