body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-tap-highlight-color: transparent;
}

/* Utility to hide scrollbars but keep functionality */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Disable all default browser outline styles */
*:focus {
    outline: none !important;
}

/* Typography & View Mode */
.prose h1, .prose .editor-h1 {
    font-size: 1.8em;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #111827;
    display: block;
}

.prose h2, .prose .editor-h2 {
    font-size: 1.5em;
    font-weight: 800;
    line-height: 1.3;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #1f2937;
    display: block;
}

.prose h3, .prose .editor-h3 {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    color: #374151;
    display: block;
}

.prose p {
    margin-bottom: 1rem;
    line-height: 1.7;
    color: #4b5563;
}

.prose a {
    color: #db2777;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.prose ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

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

.prose blockquote {
    border-left: 4px solid #f9a8d4;
    padding: 0.5rem 1rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #6b7280;
    background: #fff5f8;
    border-radius: 0 8px 8px 0;
}

.prose strong {
    font-weight: 700;
    color: #111827;
}

.prose em {
    font-style: italic;
}