body {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.resource-html {
    color: rgb(226 232 240);
    line-height: 1.8;
}

.resource-html h1,
.resource-html h2,
.resource-html h3,
.resource-html h4 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
    color: #fff;
}

.resource-html p,
.resource-html ul,
.resource-html ol,
.resource-html blockquote {
    margin-bottom: 1rem;
}

.resource-html a {
    color: rgb(129 140 248);
}

.resource-html img {
    width: 100%;
    max-width: 100%;
    border-radius: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
