/* ===============================
   CKEditor Unified Typography
   =============================== */

.ck-content,
.ck-content * {
    font-family: 'Outfit', system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-style: normal !important;
}

/* Headings */
.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
    font-weight: 800;
    line-height: 1.25;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    letter-spacing: -0.02em;
}

.ck-content h1 { font-size: 2.75rem; }
.ck-content h2 { font-size: 2.25rem; }
.ck-content h3 { font-size: 1.75rem; }
.ck-content h4 { font-size: 1.5rem; }
.ck-content h5 { font-size: 1.25rem; }
.ck-content h6 { font-size: 1.1rem; }

/* Paragraph */
.ck-content p {
    font-size: 1.25rem;
    line-height: 1.9;
    font-weight: 500;
    margin-bottom: 2.5rem;
}

/* Lists */
.ck-content ul,
.ck-content ol {
    padding-left: 2rem;
    margin-bottom: 2.5rem;
}

.ck-content li {
    font-size: 1.125rem;
    line-height: 1.8;
    margin-bottom: 0.75rem;
}

/* Blockquote */
.ck-content blockquote {
    border-left: 6px solid #76b900;
    padding: 1.5rem 2rem;
    margin: 3rem 0;
    font-style: normal;
    font-weight: 600;
    background: rgba(118,185,0,0.05);
    border-radius: 0 1.5rem 1.5rem 0;
}

/* Inline emphasis */
.ck-content strong {
    font-weight: 800;
    color: #76b900;
}

.ck-content em {
    font-style: italic;
}

/* Links */
.ck-content a {
    color: #3b82f6;
    font-weight: 600;
    text-decoration: underline;
}

.ck-content a:hover {
    color: #2563eb;
}

/* Kill legacy inline font garbage */
.ck-content span[style],
.ck-content font {
    font-family: inherit !important;
}
