html {
    scroll-behavior: smooth;
}

body {
    font-family: Inter, Arial, sans-serif;
}

::selection {
    background: #2563EB;
    color: #ffffff;
}

img {
    max-width: 100%;
}

.prose-content p {
    margin-bottom: 1rem;
    line-height: 1.8;
}

.prose-content h2,
.prose-content h3,
.prose-content h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 800;
    color: #0F172A;
}