/* Reading Theme */
body {
    background-color: #f8f1e3;
    color: #5b4636;
}

.navbar {
    background-color: #e8d9c0;
}

.controls button {
    background-color: #d6c3a8;
    color: #5b4636;
}

.controls button:hover {
    background-color: #c6b398;
}

.controls button:active {
    background-color: #b6a388;
}

.line-numbers {
    background-color: #efe4d4;
    color: #8a7b6d;
}

#editor {
    background-color: #f8f1e3;
    color: #5b4636;
    font-family: Georgia, serif;
}

#editor::placeholder {
    color: #9a8a7a;
}

.status-bar {
    background-color: #e8d9c0;
}
