/* Body font */
.docs-content,
.docs-content p,
.docs-content li,
.docs-content td,
.docs-content th {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* Spacing between headings and content */
.docs-content h1,
.docs-content h2,
.docs-content h3,
.docs-content h4 {
    margin-top: 2.5rem !important;
    margin-bottom: 1rem !important;
}

.docs-content h1:first-child,
.docs-content h2:first-child {
    margin-top: 0 !important;
}

/* Spacing between paragraphs */
.docs-content p {
    margin-bottom: 1.25rem !important;
    line-height: 1.75 !important;
}

/* Spacing around code blocks */
.docs-content pre {
    margin-top: 1.25rem !important;
    margin-bottom: 1.5rem !important;
}

/* Spacing around tables */
.docs-content table {
    margin-top: 1.25rem !important;
    margin-bottom: 1.5rem !important;
}

/* Spacing around lists */
.docs-content ul,
.docs-content ol {
    margin-bottom: 1.25rem !important;
    line-height: 1.75 !important;
}

/* Spacing between list items */
.docs-content li {
    margin-bottom: 0.35rem !important;
}
