/*
Theme Name: Madara-Child
Description:  A child theme for Madara - WordPress Theme for Manga, Novel sites
Author:       Madara
Author URI:   https://mangabooth.com/
Template: madara
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Version: 1.0.3
*/

/* Bigger, book-style font for novel chapters */
/* Dark background + white text + Webnovel-like font */
#chapter-content {
    background-color: #121212 !important;  /* dark background */
    color: #ffffff !important;             /* white text */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.8 !important;
    max-width: 750px !important;
    margin: 0 auto !important;
    padding: 25px 20px !important;
    text-align: justify !important;
}

/* Paragraphs */
#chapter-content p {
    color: #ffffff !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.8 !important;
    margin-bottom: 16px !important;
}

/* Headings */
#chapter-content h1,
#chapter-content h2 {
    color: #ffffff !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: bold !important;
    font-size: 26px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}
