body {
    background: #f8f9fa;
}

.document-content {
    line-height: 1.7;
}

.search-snippet {
    white-space: pre-wrap;
}

.index-link {
    text-decoration: underline dotted;
    text-underline-offset: 2px;
}

::placeholder {
    color: #9aa0a6 !important;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #9aa0a6;
}
