body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "GNU Unifont", Verdana, Helvetica, sans-serif;
}

/* Custom AO3-like Red */
.bg-ao3 {
    background-color: #970000 !important;
}

.text-ao3 {
    color: #970000 !important;
}

.btn-ao3 {
    background-color: #970000;
    color: #fff;
    border-color: #970000;
}

.btn-ao3:hover {
    background-color: #7a0000;
    border-color: #7a0000;
    color: #fff;
}

/* Fix for nested comments indentation if needed, though Bootstrap spacing handles most */
.comment-reply {
    border-left: 3px solid #dee2e6;
}

.btn-ao3-gray {
    background-color: #555555 !important;
    color: #ffffff !important;
    border-color: #555555 !important;
}

.btn-ao3-gray:hover {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: #ffffff !important;
}