/**
* Theme Name: Darkyn Child
* Description: This is a child theme of Darkyn, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themeguri">ThemeGuri</a>
* Template: darkyn
* Version: 1.0
*/

/* Legal pages dark theme */
body.page:not(.bbl-homepage) {
    background: #0a0a0f !important;
    color: #f1f5f9;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
body.page:not(.bbl-homepage) #page,
body.page:not(.bbl-homepage) .site,
body.page:not(.bbl-homepage) .wp-site-blocks,
body.page:not(.bbl-homepage) .entry-content {
    background: #0a0a0f !important;
    color: #f1f5f9;
}
body.page:not(.bbl-homepage) .entry-content h2 {
    color: #f1f5f9;
    font-family: 'Inter', sans-serif;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}
body.page:not(.bbl-homepage) .entry-content p,
body.page:not(.bbl-homepage) .entry-content li {
    color: #94a3b8;
    line-height: 1.7;
}
body.page:not(.bbl-homepage) .entry-content a {
    color: #6366f1;
}
body.page:not(.bbl-homepage) .entry-content strong {
    color: #f1f5f9;
}
